From cf8b0c4e212fd6cbd5478e28d6e259b98e10c106 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Wed, 13 Mar 2024 14:57:16 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.1.dev0=20=E2=86=92=200.1?= =?UTF-8?q?0.1.dev1?= 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 a2f1e437..df919236 100644 --- a/copulas/__init__.py +++ b/copulas/__init__.py @@ -4,7 +4,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.10.1.dev0' +__version__ = '0.10.1.dev1' import contextlib import importlib diff --git a/pyproject.toml b/pyproject.toml index 1667a8ad..f390ba2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -167,7 +167,7 @@ namespaces = false ] [tool.bumpversion] -current_version = "0.10.1.dev0" +current_version = "0.10.1.dev1" commit = true tag = true parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?'