diff --git a/open-codegen/CHANGELOG.md b/open-codegen/CHANGELOG.md index 31aecf7e..59843c4b 100644 --- a/open-codegen/CHANGELOG.md +++ b/open-codegen/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Note: This is the Changelog file of `opengen` - the Python interface of OpEn +## [0.9.3] - 2024-12-06 + +### Changed + +- Email alias in `setup.py` + + ## [0.9.2] - 2024-11-05 ### Fixed @@ -219,6 +226,7 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn * Fixed `lbfgs` typo +[0.9.3]: https://github.com/alphaville/optimization-engine/compare/opengen-0.9.2...opengen-0.9.3 [0.9.2]: https://github.com/alphaville/optimization-engine/compare/opengen-0.9.1...opengen-0.9.2 [0.9.1]: https://github.com/alphaville/optimization-engine/compare/opengen-0.9.0...opengen-0.9.1 [0.9.0]: https://github.com/alphaville/optimization-engine/compare/opengen-0.8.1...opengen-0.9.0 diff --git a/open-codegen/VERSION b/open-codegen/VERSION index f76f9131..b3ec1638 100644 --- a/open-codegen/VERSION +++ b/open-codegen/VERSION @@ -1 +1 @@ -0.9.2 \ No newline at end of file +0.9.3 \ No newline at end of file diff --git a/open-codegen/setup.py b/open-codegen/setup.py index 886b379b..cfb37c50 100755 --- a/open-codegen/setup.py +++ b/open-codegen/setup.py @@ -29,7 +29,7 @@ long_description=long_description, long_description_content_type='text/markdown', author=['Pantelis Sopasakis', 'Emil Fresk'], - author_email='p.sopasakis@gmail.com', + author_email='xzu.trustful191@passinbox.com', license='MIT License', packages=find_packages( exclude=["icasadi", "templates"]),