Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vd2org committed Jul 20, 2021
1 parent 04371ec commit 0bef438
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.0
current_version = 0.0.1
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='subwork',
version='0.0.0',
version='0.0.1',
author='Vd',
author_email='vd@vd2.org',
url='https://github.com/vd2org/subwork',
Expand Down
2 changes: 1 addition & 1 deletion subwork/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


def version():
return "0.0.0"
return "0.0.1"

0 comments on commit 0bef438

Please sign in to comment.