From f9f578604ac23b25b9df28f75d83185b86bd2d86 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Thu, 9 May 2024 16:42:21 -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 +- rdt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3500968..f6e08b16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ collect_ignore = ['pyproject.toml'] exclude_lines = ['NotImplementedError()'] [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/rdt/__init__.py b/rdt/__init__.py index caeb32c9..5bb3b951 100644 --- a/rdt/__init__.py +++ b/rdt/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '1.12.1.dev2' +__version__ = '1.12.1' import sys