Skip to content

Commit

Permalink
Bump up the version to prevent deviation between pypi and Github vers…
Browse files Browse the repository at this point in the history
…ion 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.
  • Loading branch information
julian-belina authored Sep 24, 2024
1 parent c8d8cfe commit fc0a9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fc0a9d4

Please sign in to comment.