From a87933dbb858e97717f770258ac2f49cbb22853d Mon Sep 17 00:00:00 2001 From: vd <33198864+vd2org@users.noreply.github.com> Date: Sat, 14 Oct 2023 16:01:06 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.4=20=E2=86=92=200.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- snowflake/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d33e6c5..9827dbc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.4 +current_version = 0.0.5 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index d3a3aae..ad8d8c0 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name='snowflake-id', - version='0.0.4', + version='0.0.5', author='Vd', author_email='vd@vd2.org', url='https://github.com/vd2org/snowflake', diff --git a/snowflake/__init__.py b/snowflake/__init__.py index 1a6846d..ef33fd6 100644 --- a/snowflake/__init__.py +++ b/snowflake/__init__.py @@ -7,4 +7,4 @@ def version(): - return "0.0.4" + return "0.0.5"