From fd67bd3be22cceae4fc4f336f8e111a0fed0a44b Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Fri, 19 Apr 2024 15:14:15 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.12.1.dev2=20=E2=86=92=201.1?= =?UTF-8?q?2.1?= 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 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