From 276d23a2c96fabf52b77c02e9a10e636a27f939b Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Tue, 12 Nov 2024 18:46:39 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.0=20=E2=86=92=200.12.1.d?= =?UTF-8?q?ev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- copulas/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/copulas/__init__.py b/copulas/__init__.py index e59d1c27..2e0870e5 100644 --- a/copulas/__init__.py +++ b/copulas/__init__.py @@ -2,7 +2,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.12.0' +__version__ = '0.12.1.dev0' import sys import warnings diff --git a/pyproject.toml b/pyproject.toml index a101763e..f5044dd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,7 +149,7 @@ namespaces = false ] [tool.bumpversion] -current_version = "0.12.0" +current_version = "0.12.1.dev0" commit = true tag = true parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?'