Skip to content

Commit

Permalink
prepare 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Dec 12, 2023
1 parent f704780 commit 1a4c6a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NOTES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
RELEASE NOTES

Version 0.9.4
=============
Bump z3-solver to release 4.12.4.0

Version 0.9.3
=============
Minor bugfix release (notebooks, documentations typos)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ProcessScheduler is a Python package for creating optimized scheduling based on
Install with pip.

```bash
pip install ProcessScheduler==0.9.3
pip install ProcessScheduler==0.9.4
```

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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="ProcessScheduler",
version="0.9.3",
version="0.9.4",
description=DESCRIPTION,
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1a4c6a9

Please sign in to comment.