Bump version: 0.1.0 → 0.2.0
This commit is contained in:
parent
145e2dc2e3
commit
564d721d31
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.1.0
|
||||
current_version = 0.2.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.1.0"
|
||||
version = "0.2.0"
|
||||
HERE = pathlib.Path(__file__).parent
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue