We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2429d49 commit 7400094Copy full SHA for 7400094
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.1
4
+
5
+- Make QueueHandler work on MacOS #5, thanks @yvanoers
6
7
## 1.0.0
8
9
- Add new methods for solution retrieval
setup.py
@@ -17,7 +17,7 @@ def get_long_description() -> str:
17
18
setup(
19
name="pyaugmecon",
20
- version="1.0.0",
+ version="1.0.1",
21
author="Wouter Bles",
22
author_email="[email protected]",
23
long_description=get_long_description(),
0 commit comments