Skip to content

Commit

Permalink
Bump version: 0.0.4 → 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vd2org committed Oct 14, 2023
1 parent 24134c5 commit a87933d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.0.5
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion snowflake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@


def version():
return "0.0.4"
return "0.0.5"

0 comments on commit a87933d

Please sign in to comment.