Skip to content

Commit

Permalink
Merge branch 'v2.0.0' into 'master'
Browse files Browse the repository at this point in the history
Fix version number

See merge request tarui/here-map-widget-for-jupyter!4
  • Loading branch information
kt12321 committed May 21, 2024
2 parents d898758 + 6e2ab36 commit 2524532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions here_map_widget/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""Project version information."""

# Module version
version_info = (1, 1, 4)
version_info = (2, 0, 0)

# Module version accessible using here_map_widget.__version__
__version__ = "%s.%s.%s" % (
Expand All @@ -13,4 +13,4 @@
version_info[2],
)

EXTENSION_VERSION = "^1.1.4"
EXTENSION_VERSION = "^2.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ field = [
]

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

[tool.tbump.git]
Expand Down

0 comments on commit 2524532

Please sign in to comment.