From 6414edd8ff410b8bebc8648b435f5110c287f8c3 Mon Sep 17 00:00:00 2001 From: dalwar23 <5631766+dalwar23@users.noreply.github.com> Date: Sat, 25 May 2024 10:54:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1-alpha.6=20=E2=86=92=200?= =?UTF-8?q?.0.1-alpha.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/kumaone/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 36791d9..a26a160 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -187,7 +187,7 @@ exclude_lines = [ ] [tool.bumpversion] -current_version = "0.0.1-alpha.6" +current_version = "0.0.1-alpha.7" #parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" #serialize = ["{major}.{minor}.{patch}"] parse = """(?x) diff --git a/src/kumaone/__about__.py b/src/kumaone/__about__.py index 64b4bbf..3a0a23c 100644 --- a/src/kumaone/__about__.py +++ b/src/kumaone/__about__.py @@ -7,7 +7,7 @@ year = datetime.now().year -__version__ = "0.0.1-alpha.6" +__version__ = "0.0.1-alpha.7" __author__ = "Dalwar Hossain" __license__ = "BSD 3-Clause" __home_page__ = "https://kumaone.rtfd.io"