From 0ab1b2e193b9404b350ac815dc88b93badc89266 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Wed, 13 Nov 2024 17:18:03 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.13.1.dev1=20=E2=86=92=201.1?= =?UTF-8?q?3.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 fd99b8f2..9a6183d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -139,7 +139,7 @@ collect_ignore = ['pyproject.toml'] exclude_lines = ['NotImplementedError()'] [tool.bumpversion] -current_version = "1.13.1.dev1" +current_version = "1.13.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 886c34f5..a4a8635c 100644 --- a/rdt/__init__.py +++ b/rdt/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '1.13.1.dev1' +__version__ = '1.13.1' import sys