diff --git a/ipyleaflet/_version.py b/ipyleaflet/_version.py index 7f0eebd1f..d59b94168 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, 1) +version_info = (0, 17, 2) __version__ = '%s.%s.%s' % (version_info[0], version_info[1], version_info[2]) diff --git a/js/package.json b/js/package.json index 01bdc37a0..e51b31c93 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-leaflet", - "version": "0.17.1", + "version": "0.17.2", "description": "jupyter - leaflet bridge", "keywords": [ "jupyter",