Skip to content

Commit

Permalink
Bump version 1.1.2 -> 1.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <[email protected]>
  • Loading branch information
Kharude, Sachin committed Oct 25, 2021
1 parent af86a32 commit 2265955
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, 2)
version_info = (1, 1, 3)

# 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.2"
EXTENSION_VERSION = "^1.1.3"
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/map-widget-for-jupyter",
"version": "1.1.2",
"version": "1.1.3",
"description": "Use HERE Maps API for JavaScript in your Jupyter Notebook.",
"author": {
"name": "HERE Europe B.V.",
Expand Down

0 comments on commit 2265955

Please sign in to comment.