We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff0ebb commit cf655b0Copy full SHA for cf655b0
here_map_widget/_version.py
@@ -4,7 +4,7 @@
4
"""Project version information."""
5
6
# Module version
7
-version_info = (1, 1, 4)
+version_info = (2, 0, 0)
8
9
# Module version accessible using here_map_widget.__version__
10
__version__ = "%s.%s.%s" % (
@@ -13,4 +13,4 @@
13
version_info[2],
14
)
15
16
-EXTENSION_VERSION = "^1.1.4"
+EXTENSION_VERSION = "^2.0.0"
pyproject.toml
@@ -83,7 +83,7 @@ field = [
83
]
84
85
[tool.tbump.version]
86
-current = "1.1.4"
+current = "2.0.0"
87
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
88
89
[tool.tbump.git]
0 commit comments