Skip to content

Commit 7400094

Browse files
committed
Prepare release 1.0.1
1 parent 2429d49 commit 7400094

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.1
4+
5+
- Make QueueHandler work on MacOS #5, thanks @yvanoers
6+
37
## 1.0.0
48

59
- Add new methods for solution retrieval

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_long_description() -> str:
1717

1818
setup(
1919
name="pyaugmecon",
20-
version="1.0.0",
20+
version="1.0.1",
2121
author="Wouter Bles",
2222
author_email="[email protected]",
2323
long_description=get_long_description(),

0 commit comments

Comments
 (0)