diff --git a/conda/meta.yaml b/conda/meta.yaml index 45c4528d..46e37a99 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,4 +1,4 @@ -{% set version = '0.17.0.dev1' %} +{% set version = '0.17.0' %} package: name: "{{ name|lower }}" diff --git a/pyproject.toml b/pyproject.toml index 306c5c97..2b5009e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ convention = 'google' add-ignore = ['D107', 'D407', 'D417'] [tool.bumpversion] -current_version = "0.17.0.dev1" +current_version = "0.17.0" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}', diff --git a/sdmetrics/__init__.py b/sdmetrics/__init__.py index 76158f47..e790ec36 100644 --- a/sdmetrics/__init__.py +++ b/sdmetrics/__init__.py @@ -4,7 +4,7 @@ __author__ = 'MIT Data To AI Lab' __email__ = 'dailabmit@gmail.com' -__version__ = '0.17.0.dev1' +__version__ = '0.17.0' import sys import warnings as python_warnings