From 4ba24e8c1b477c701f20838229474a57d01a2416 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Wed, 14 Aug 2024 14:54:49 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.12.3=20=E2=86=92=201.12.4.d?= =?UTF-8?q?ev0?= 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 728ea2e0..8b9a9cb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ collect_ignore = ['pyproject.toml'] exclude_lines = ['NotImplementedError()'] [tool.bumpversion] -current_version = "1.12.3" +current_version = "1.12.4.dev0" 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 dbaaf673..a6b78122 100644 --- a/rdt/__init__.py +++ b/rdt/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '1.12.3' +__version__ = '1.12.4.dev0' import sys