setup bump2version
This commit is contained in:
parent
655d2e9689
commit
26c36d7333
3 changed files with 8 additions and 1 deletions
6
.bumpversion.cfg
Normal file
6
.bumpversion.cfg
Normal file
|
@ -0,0 +1,6 @@
|
|||
[bumpversion]
|
||||
current_version = 0.0.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
[bumpversion:file:setup.py]
|
|
@ -2,3 +2,4 @@
|
|||
twine
|
||||
wheel
|
||||
pre-commit
|
||||
bump2version
|
||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from urllib.parse import urlparse
|
|||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
version = "0.1"
|
||||
version = "0.0.0"
|
||||
HERE = pathlib.Path(__file__).parent
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue