Skip to content

Commit

Permalink
build: modify version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeDrain authored Nov 30, 2022
2 parents 089f333 + 8a25db0 commit 44687e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[semantic_release]
version_variable = setup.py:__version__
version_source = tag
major_on_zero = false
branch = main
dist_path = dist/
upload_to_release = true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = "0.0.0"
__version__ = "0.0.1"


with open("README.md", "r") as fh:
Expand Down

0 comments on commit 44687e9

Please sign in to comment.