diff --git a/Changelog.md b/Changelog.md index 4e1ba43..975f128 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,3 +19,7 @@ ## 0.8.2 * set starting model heuristic number 3 as default + +## 0.8.3 + +* fix tests diff --git a/setup.py b/setup.py index 69fd7d7..e2f0e81 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # to create a windows installer version_short = '0.8' -version_long = '0.8.2' +version_long = '0.8.3' # if we are in a git directory, use the last git commit as the version extra = {}