From 102fc747f71b072fb12e2823d3e2a8a4835e4af8 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Tue, 12 Nov 2024 18:46:14 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.0.dev1=20=E2=86=92=200.1?= =?UTF-8?q?2.0?= 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 a5dc841d..e59d1c27 100644 --- a/copulas/__init__.py +++ b/copulas/__init__.py @@ -2,7 +2,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.12.0.dev1' +__version__ = '0.12.0' import sys import warnings diff --git a/pyproject.toml b/pyproject.toml index 724fd0e9..a101763e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,7 +149,7 @@ namespaces = false ] [tool.bumpversion] -current_version = "0.12.0.dev1" +current_version = "0.12.0" commit = true tag = true parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?'