From e6e1cfd6c1352ebdc41e7b29d0bb066bb9e9cb04 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Thu, 5 Sep 2024 13:18:27 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.12.4.dev0=20=E2=86=92=201.1?= =?UTF-8?q?2.4.dev1?= 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 8b9a9cb4..1bf22f4b 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.dev0" +current_version = "1.12.4.dev1" 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 a6b78122..bbf0c0c8 100644 --- a/rdt/__init__.py +++ b/rdt/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '1.12.4.dev0' +__version__ = '1.12.4.dev1' import sys