diff --git a/pyproject.toml b/pyproject.toml index b680dbbe7..4d2233ecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,7 @@ namespaces = false version = {attr = 'sdv.__version__'} [tool.bumpversion] -current_version = "1.17.0.dev2" +current_version = "1.17.0" 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 f77d8f243..c4164e9d2 100644 --- a/sdv/__init__.py +++ b/sdv/__init__.py @@ -6,7 +6,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '1.17.0.dev2' +__version__ = '1.17.0' import sys