Skip to content

Commit 93f2c0a

Browse files
committed
Prepare for release 1.0.0
1 parent 367785a commit 93f2c0a

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.0
4+
5+
- Add new methods for solution retrieval
6+
37
## 0.2.1
48

59
- Add Python 3.10 to supported versions

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="0.2.1",
20+
version="1.0.0",
2121
author="Wouter Bles",
2222
author_email="[email protected]",
2323
long_description=get_long_description(),

0 commit comments

Comments
 (0)