diff --git a/clearml_session/version.py b/clearml_session/version.py index 14e974f..cd9b137 100644 --- a/clearml_session/version.py +++ b/clearml_session/version.py @@ -1 +1 @@ -__version__ = '0.2.8' +__version__ = '0.2.9' diff --git a/setup.py b/setup.py index b5451e0..4c5c7d1 100644 --- a/setup.py +++ b/setup.py @@ -43,11 +43,7 @@ setup( author_email='clearml@allegro.ai', license='Apache License 2.0', classifiers=[ - # How mature is this project. Common values are - # 3 - Alpha - # 4 - Beta - # 5 - Production/Stable - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', 'Operating System :: POSIX :: Linux',