Skip to content

Commit 798200c

Browse files
authored
Merge pull request #185 from JuliaS92/bump_minor_from_1.0.5-dev0-prepare-next-version
[VERSION] Bump version to 1.1.1-dev0 (merge after release)
2 parents caa1abf + 5121c67 commit 798200c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.1.0"
2+
current_version = "1.1.1-dev0"
33
parse = """(?x)
44
(?P<major>0|[1-9]\\d*)\\.
55
(?P<minor>0|[1-9]\\d*)\\.

domaps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .domaps import *
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1-dev0"

0 commit comments

Comments
 (0)