From 10d0ddae181e8daec012adf0132052e4224787e1 Mon Sep 17 00:00:00 2001 From: rwedge <5392142+rwedge@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:57:43 +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 582e38da..9700339d 100644 --- a/copulas/__init__.py +++ b/copulas/__init__.py @@ -2,7 +2,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.13.1.dev0' +__version__ = '0.13.1.dev1' import sys import warnings diff --git a/pyproject.toml b/pyproject.toml index c2f1abb1..c07afc9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,7 +154,7 @@ namespaces = false ] [tool.bumpversion] -current_version = "0.13.1.dev0" +current_version = "0.13.1.dev1" commit = true tag = true parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?'