Bump version: 0.1.0 → 0.2.0-dev0
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.1.0"
|
current_version = "0.2.0-dev0"
|
||||||
parse = """(?x)
|
parse = """(?x)
|
||||||
(?P<major>0|[1-9]\\d*)\\.
|
(?P<major>0|[1-9]\\d*)\\.
|
||||||
(?P<minor>0|[1-9]\\d*)\\.
|
(?P<minor>0|[1-9]\\d*)\\.
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ from datetime import datetime
|
|||||||
settings = Config("config/config.yaml")
|
settings = Config("config/config.yaml")
|
||||||
from .utils.icon import Icon
|
from .utils.icon import Icon
|
||||||
|
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.2.0-dev0"
|
||||||
__author__ = "Alexander Kirchner"
|
__author__ = "Alexander Kirchner"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user