From 5c71e291312141c097d1f24318bff6ad84445969 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Wed, 2 Oct 2024 10:23:35 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.17.0.dev2=20=E2=86=92=201.1?= =?UTF-8?q?7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- sdv/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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