diff --git a/ipyleaflet/_version.py b/ipyleaflet/_version.py index d59b94168..66502f308 100644 --- a/ipyleaflet/_version.py +++ b/ipyleaflet/_version.py @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. # -version_info = (0, 17, 2) +version_info = (0, 17, 3) __version__ = '%s.%s.%s' % (version_info[0], version_info[1], version_info[2]) diff --git a/js/package.json b/js/package.json index e51b31c93..783ba5b5f 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-leaflet", - "version": "0.17.2", + "version": "0.17.3", "description": "jupyter - leaflet bridge", "keywords": [ "jupyter",