Bump version: 0.5.1 → 1.0.0
This commit is contained in:
parent
6a4f0715b2
commit
f26f0f59ff
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.5.1
|
||||
current_version = 1.0.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from urllib.parse import urlparse
|
|||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
version = "0.5.1"
|
||||
version = "1.0.0"
|
||||
HERE = pathlib.Path(__file__).parent
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue