diff --git a/TM1py/__init__.py b/TM1py/__init__.py index af6de22b..9ed3fe70 100644 --- a/TM1py/__init__.py +++ b/TM1py/__init__.py @@ -74,4 +74,4 @@ from TM1py.Utils import Utils -__version__ = "2.0.1" +__version__ = "2.0.2" diff --git a/docs/conf.py b/docs/conf.py index 534f133a..466c11f0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index 08fdf97f..81978f26 100644 --- a/setup.py +++ b/setup.py @@ -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 )