From b1fcaac2b1bd5222568960464611681f7a3e2533 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Wed, 7 Aug 2024 11:46:21 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.9.1.dev?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- sdgym/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ccea7e5..9125259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,7 +133,7 @@ namespaces = false version = {attr = 'sdgym.__version__'} [tool.bumpversion] -current_version = "0.9.0" +current_version = "0.9.1.dev0" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}', diff --git a/sdgym/__init__.py b/sdgym/__init__.py index 905163d..ef447fa 100644 --- a/sdgym/__init__.py +++ b/sdgym/__init__.py @@ -8,7 +8,7 @@ __copyright__ = 'Copyright (c) 2022 DataCebo, Inc.' __email__ = 'info@sdv.dev' __license__ = 'BSL-1.1' -__version__ = '0.9.0' +__version__ = '0.9.1.dev0' import logging