From 2eaf2c56fed2b8af3f45ebed3a1d01fccd348cc1 Mon Sep 17 00:00:00 2001 From: Frances Hartwell Date: Thu, 21 Mar 2024 15:16:10 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.10.1=20=E2=86=92=201.10.2.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 2161aff0..1fd56f8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -162,7 +162,7 @@ collect_ignore = ['pyproject.toml'] exclude_lines = ['NotImplementedError()'] [tool.bumpversion] -current_version = "1.10.1" +current_version = "1.10.2.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 84cd29a5..06b92dbc 100644 --- a/rdt/__init__.py +++ b/rdt/__init__.py @@ -5,7 +5,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '1.10.1' +__version__ = '1.10.2.dev0' import sys