Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <[email protected]>
  • Loading branch information
Kharude, Sachin committed Mar 31, 2021
1 parent 1803d79 commit dfc8fb9
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, 0)
version_info = (1, 0, 1)

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

0 comments on commit dfc8fb9

Please sign in to comment.