Skip to content

Commit

Permalink
Fixed version mislabeling in setup.py, conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
j.schoenau committed Nov 26, 2021
1 parent da8a2e1 commit b3a0c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -77,9 +77,9 @@
# built documents.
#
# The short X.Y version.
version = "1.2.0"
version = "2.0.0"
# The full version, including alpha/beta/rc tags.
release = "1.2.0"
release = "2.0.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="tsam",
version="1.2.0",
version="2.0.0",
author="Leander Kotzur, Maximilian Hoffmann",
author_email="l.kotzur@fz-juelich.de, max.hoffmann@fz-juelich.de",
description="Time series aggregation module (tsam) to create typical periods",
Expand Down

0 comments on commit b3a0c92

Please sign in to comment.