Skip to content

Commit fc0a9d4

Browse files
Bump up the version to prevent deviation between pypi and Github version of pypi (#92)
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.
1 parent c8d8cfe commit fc0a9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="tsam",
11-
version="2.3.4",
11+
version="2.3.5",
1212
author="Leander Kotzur, Maximilian Hoffmann",
1313
author_email="leander.kotzur@googlemail.com, maximilian.hoffmann@julumni.fz-juelich.de",
1414
description="Time series aggregation module (tsam) to create typical periods",

0 commit comments

Comments
 (0)