diff --git a/pyproject.toml b/pyproject.toml index 33586deee..3c3a75717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,7 +154,7 @@ namespaces = false version = {attr = 'sdv.__version__'} [tool.bumpversion] -current_version = "1.12.1.dev2" +current_version = "1.12.1" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}', diff --git a/sdv/__init__.py b/sdv/__init__.py index 4aaeb7f7a..e3a60df2d 100644 --- a/sdv/__init__.py +++ b/sdv/__init__.py @@ -6,7 +6,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '1.12.1.dev2' +__version__ = '1.12.1' import sys