From 8c1a6a9318aefcda2b944b774fa103e70df4c240 Mon Sep 17 00:00:00 2001
From: Pantelis Sopasakis
Date: Fri, 6 Dec 2024 00:50:58 +0000
Subject: [PATCH] update email in setup.py
---
open-codegen/CHANGELOG.md | 8 ++++++++
open-codegen/VERSION | 2 +-
open-codegen/setup.py | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
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"]),