Skip to content

Commit 8b29957

Browse files
committed
Prepare for release 0.2.1
1 parent ddf71a8 commit 8b29957

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+
## 0.2.1
4+
5+
- Add Python 3.10 to supported versions
6+
37
## 0.2.0
48

59
- Decision variables are now stored in a dictionary together with the objective values

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

0 commit comments

Comments
 (0)