From 9a7f62648f776d04d0e3b975eafbc0c9543565ba Mon Sep 17 00:00:00 2001 From: julian-belina <56728940+julian-belina@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:32:40 +0200 Subject: [PATCH] Bump up the version to prevent deviation between pypi and Github version of pypi The pypi 2.3.4 release on pypi contained a test that was not published on github and failed. This caused problems with the conda-forge release of tsam. The version is incremented because the same version cannot be released twice on pypi. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da9665f..7f78a34 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="tsam", - version="2.3.4", + version="2.3.5", author="Leander Kotzur, Maximilian Hoffmann", author_email="leander.kotzur@googlemail.com, maximilian.hoffmann@julumni.fz-juelich.de", description="Time series aggregation module (tsam) to create typical periods",