From 6a6ea32de906fc5b38243c4fa255aad917523c85 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Tue, 22 Oct 2024 12:50:20 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.1.dev1=20=E2=86=92=200.6.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deepecho/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deepecho/__init__.py b/deepecho/__init__.py index 7fbf05e..cf1c7fa 100644 --- a/deepecho/__init__.py +++ b/deepecho/__init__.py @@ -2,7 +2,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.6.1.dev1' +__version__ = '0.6.1' __path__ = __import__('pkgutil').extend_path(__path__, __name__) from deepecho.demo import load_demo diff --git a/pyproject.toml b/pyproject.toml index a699f4a..d5d9f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ use_parentheses = true collect_ignore = ['pyproject.toml'] [tool.bumpversion] -current_version = "0.6.1.dev1" +current_version = "0.6.1" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}',