From 1958dec38e3c2c2e19794149cb40fc393902215b Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Thu, 5 Sep 2024 14:24:05 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.12.4.dev1=20=E2=86=92=201.1?= =?UTF-8?q?2.4?= 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 1bf22f4b..acf4dceb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ collect_ignore = ['pyproject.toml'] exclude_lines = ['NotImplementedError()'] [tool.bumpversion] -current_version = "1.12.4.dev1" +current_version = "1.12.4" 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 bbf0c0c8..0d996596 100644 --- a/rdt/__init__.py +++ b/rdt/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '1.12.4.dev1' +__version__ = '1.12.4' import sys