From 4744fdcaf7ea6a96a498daaa7dec4f8f79b5fcf8 Mon Sep 17 00:00:00 2001 From: gsheni <8726321+gsheni@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:23:29 +0000 Subject: [PATCH] bumpversion-candidate --- 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 521c445e..78903ff5 100644 --- a/copulas/__init__.py +++ b/copulas/__init__.py @@ -2,7 +2,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.14.1.dev0' +__version__ = '0.14.1.dev1' import sys import warnings diff --git a/pyproject.toml b/pyproject.toml index 99cf6b29..49602f4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,7 @@ namespaces = false ] [tool.bumpversion] -current_version = "0.14.1.dev0" +current_version = "0.14.1.dev1" commit = true tag = true parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?'