Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusWirtz committed Feb 19, 2024
1 parent be8ceb9 commit 980222d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TM1py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@

from TM1py.Utils import Utils

__version__ = "2.0.1"
__version__ = "2.0.2"
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.1'
version = '2.0.2'
# The full version, including alpha/beta/rc tags.
release = '2.0.1'
release = '2.0.2'

# 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

SCHEDULE_VERSION = '2.0.1'
SCHEDULE_VERSION = '2.0.2'
SCHEDULE_DOWNLOAD_URL = (
'https://github.com/Cubewise-code/TM1py/tarball/' + SCHEDULE_VERSION
)
Expand Down

0 comments on commit 980222d

Please sign in to comment.