Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
  • Loading branch information
Kharude, Sachin committed Jun 9, 2021
1 parent 3c39c55 commit f07a48f
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,9 +4,9 @@
"""Project version information."""

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

# Module version accessible using here_map_widget.__version__
__version__ = "%s.%s.%s" % (version_info[0], version_info[1], version_info[2],)

EXTENSION_VERSION = "^1.0.1"
EXTENSION_VERSION = "^1.1.0"
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.0.1",
"version": "1.1.0",
"description": "Use HERE Maps API for JavaScript in your Jupyter Notebook.",
"author": {
"name": "HERE Europe B.V.",
Expand Down

0 comments on commit f07a48f

Please sign in to comment.