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 ddf71a8 commit 8b29957Copy full SHA for 8b29957
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.2.1
4
+
5
+- Add Python 3.10 to supported versions
6
7
## 0.2.0
8
9
- Decision variables are now stored in a dictionary together with the objective values
setup.py
@@ -17,7 +17,7 @@ def get_long_description() -> str:
17
18
setup(
19
name="pyaugmecon",
20
- version="0.2.0",
+ version="0.2.1",
21
author="Wouter Bles",
22
author_email="[email protected]",
23
long_description=get_long_description(),
0 commit comments