Skip to content

Commit 1a4c6a9

Browse files
committed
prepare 0.9.4
1 parent f704780 commit 1a4c6a9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NOTES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
RELEASE NOTES
22

3+
Version 0.9.4
4+
=============
5+
Bump z3-solver to release 4.12.4.0
6+
37
Version 0.9.3
48
=============
59
Minor bugfix release (notebooks, documentations typos)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ProcessScheduler is a Python package for creating optimized scheduling based on
3434
Install with pip.
3535

3636
```bash
37-
pip install ProcessScheduler==0.9.3
37+
pip install ProcessScheduler==0.9.4
3838
```
3939

4040
This comes with the only required dependency: the Microsoft free and open source licenses [S3 solver](https://github.com/Z3Prover/z3). If you want to take advantage of all the features, you can install optional dependencies:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="ProcessScheduler",
24-
version="0.9.3",
24+
version="0.9.4",
2525
description=DESCRIPTION,
2626
long_description=open("README.md").read(),
2727
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)