Skip to content

Commit

Permalink
Bump version: 0.0.3 → 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vd committed Jul 3, 2023
1 parent abbcd62 commit 7ff141d
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.3
current_version = 0.0.4
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.3',
version='0.0.4',
author='Vd',
author_email='[email protected]',
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.3"
return "0.0.4"

0 comments on commit 7ff141d

Please sign in to comment.