Skip to content

Commit 9bf1c6e

Browse files
authoredDec 6, 2024
Merge pull request #365 from alphaville/hf/update-setup.py
Update email in setup.py
2 parents 841c913 + 8c1a6a9 commit 9bf1c6e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎open-codegen/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
Note: This is the Changelog file of `opengen` - the Python interface of OpEn
99

1010

11+
## [0.9.3] - 2024-12-06
12+
13+
### Changed
14+
15+
- Email alias in `setup.py`
16+
17+
1118
## [0.9.2] - 2024-11-05
1219

1320
### Fixed
@@ -219,6 +226,7 @@ Note: This is the Changelog file of `opengen` - the Python interface of OpEn
219226
* Fixed `lbfgs` typo
220227

221228

229+
[0.9.3]: https://github.com/alphaville/optimization-engine/compare/opengen-0.9.2...opengen-0.9.3
222230
[0.9.2]: https://github.com/alphaville/optimization-engine/compare/opengen-0.9.1...opengen-0.9.2
223231
[0.9.1]: https://github.com/alphaville/optimization-engine/compare/opengen-0.9.0...opengen-0.9.1
224232
[0.9.0]: https://github.com/alphaville/optimization-engine/compare/opengen-0.8.1...opengen-0.9.0

‎open-codegen/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.2
1+
0.9.3

‎open-codegen/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
long_description=long_description,
3030
long_description_content_type='text/markdown',
3131
author=['Pantelis Sopasakis', 'Emil Fresk'],
32-
author_email='p.sopasakis@gmail.com',
32+
author_email='xzu.trustful191@passinbox.com',
3333
license='MIT License',
3434
packages=find_packages(
3535
exclude=["icasadi", "templates"]),

0 commit comments

Comments
 (0)