Skip to content

Commit cf655b0

Browse files
committed
Fix version number
Signed-off-by: Kento Tarui <[email protected]>
1 parent cff0ebb commit cf655b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

here_map_widget/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""Project version information."""
55

66
# Module version
7-
version_info = (1, 1, 4)
7+
version_info = (2, 0, 0)
88

99
# Module version accessible using here_map_widget.__version__
1010
__version__ = "%s.%s.%s" % (
@@ -13,4 +13,4 @@
1313
version_info[2],
1414
)
1515

16-
EXTENSION_VERSION = "^1.1.4"
16+
EXTENSION_VERSION = "^2.0.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ field = [
8383
]
8484

8585
[tool.tbump.version]
86-
current = "1.1.4"
86+
current = "2.0.0"
8787
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
8888

8989
[tool.tbump.git]

0 commit comments

Comments
 (0)