Skip to content

Commit

Permalink
update email in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaville committed Dec 6, 2024
1 parent 841c913 commit 8c1a6a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions open-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion open-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2
0.9.3
2 changes: 1 addition & 1 deletion open-codegen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit 8c1a6a9

Please sign in to comment.