Skip to content

Commit

Permalink
Bump version: 0.0.4 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vd2org committed Feb 5, 2024
1 parent 804c114 commit 171d5e1
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 = 1.0.0
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion basen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@


def version():
return "0.0.4"
return "1.0.0"
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='basen-encoder',
version='0.0.4',
version='1.0.0',
author='Vd',
author_email='vd@vd2.org',
url='https://github.com/vd2org/basen',
Expand Down

0 comments on commit 171d5e1

Please sign in to comment.