diff --git a/pyproject.toml b/pyproject.toml index 2adba996..68aaed33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ namespaces = false version = {attr = 'sdgym.__version__'} [tool.bumpversion] -current_version = "0.9.1.dev1" +current_version = "0.9.1" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}', diff --git a/sdgym/__init__.py b/sdgym/__init__.py index 591f5d6b..ecdb4e4c 100644 --- a/sdgym/__init__.py +++ b/sdgym/__init__.py @@ -8,7 +8,7 @@ __copyright__ = 'Copyright (c) 2022 DataCebo, Inc.' __email__ = 'info@sdv.dev' __license__ = 'BSL-1.1' -__version__ = '0.9.1.dev1' +__version__ = '0.9.1' import logging