From c72c87fbe4daf966049ca1985e39375b569b5729 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Wed, 2 Oct 2024 10:24:03 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.17.0=20=E2=86=92=201.17.1.d?= =?UTF-8?q?ev0?= 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 4d2233ecf..7e98b8237 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,7 @@ namespaces = false version = {attr = 'sdv.__version__'} [tool.bumpversion] -current_version = "1.17.0" +current_version = "1.17.1.dev0" 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 c4164e9d2..b1da975ca 100644 --- a/sdv/__init__.py +++ b/sdv/__init__.py @@ -6,7 +6,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '1.17.0' +__version__ = '1.17.1.dev0' import sys