diff --git a/CHANGELOG.md b/CHANGELOG.md index 7111ca3..c914e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2023-08-02 +## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2023-12-31 -[Compare with first commit](https://github.com/PythonNest/PyNest/compare/ff62e4e93e657f7bcacd863ac4f29e7a65f9ed50...0.1.0) +[Compare with first commit](https://github.com/PythonNest/PyNest/compare/a0ece3b11b117d91bbed70c80c3baa8b1308c4b5...0.1.0) + +### Fixed + +- fix requirements-release.txt (#31) ([a0ece3b](https://github.com/PythonNest/PyNest/commit/a0ece3b11b117d91bbed70c80c3baa8b1308c4b5) by Itay Dar). diff --git a/nest/__init__.py b/nest/__init__.py index 3dc1f76..485f44a 100644 --- a/nest/__init__.py +++ b/nest/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"