Skip to content

Commit

Permalink
Prepare for release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterbles committed Apr 4, 2023
1 parent ddf71a8 commit 8b29957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.1

- Add Python 3.10 to supported versions

## 0.2.0

- Decision variables are now stored in a dictionary together with the objective values
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_long_description() -> str:

setup(
name="pyaugmecon",
version="0.2.0",
version="0.2.1",
author="Wouter Bles",
author_email="whbles@gmail.com",
long_description=get_long_description(),
Expand Down

0 comments on commit 8b29957

Please sign in to comment.