From a7ae4f8b7192075b3d83eb580bb2d5073bed2ddf Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Wed, 21 Aug 2024 12:22:31 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.1=20=E2=86=92=200.11.2.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 6f109aa2..5d787c16 100644 --- a/copulas/__init__.py +++ b/copulas/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.11.1' +__version__ = '0.11.2.dev0' import contextlib import importlib diff --git a/pyproject.toml b/pyproject.toml index a73553d1..a3bda7ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,7 +149,7 @@ namespaces = false ] [tool.bumpversion] -current_version = "0.11.1" +current_version = "0.11.2.dev0" commit = true tag = true parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?'