diff --git a/environment.yml b/environment.yml index 6d8861c6e..324043265 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ name: ipyleaflet channels: - conda-forge dependencies: - - ipyleaflet=0.17.0 + - ipyleaflet=0.17 - scipy - bqplot - rasterio diff --git a/ipyleaflet/_version.py b/ipyleaflet/_version.py index e562b7c80..7f0eebd1f 100644 --- a/ipyleaflet/_version.py +++ b/ipyleaflet/_version.py @@ -2,8 +2,8 @@ # Distributed under the terms of the Modified BSD License. # -version_info = (0, 17, 0) +version_info = (0, 17, 1) __version__ = '%s.%s.%s' % (version_info[0], version_info[1], version_info[2]) -EXTENSION_VERSION = '^0.17.0' +EXTENSION_VERSION = '^0.17' diff --git a/js/package.json b/js/package.json index 838b77645..406b8a1f7 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-leaflet", - "version": "0.17.0", + "version": "0.17.1", "description": "jupyter - leaflet bridge", "keywords": [ "jupyter",