diff --git a/environment.yml b/environment.yml index 6df6e6d9..11811471 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ name: ipyleaflet channels: - conda-forge dependencies: - - ipyleaflet=0.19.1 + - ipyleaflet=0.19.2 - scipy - bqplot - rasterio diff --git a/python/ipyleaflet/ipyleaflet/_version.py b/python/ipyleaflet/ipyleaflet/_version.py index 2778c4d5..6da5d5d7 100644 --- a/python/ipyleaflet/ipyleaflet/_version.py +++ b/python/ipyleaflet/ipyleaflet/_version.py @@ -2,4 +2,4 @@ # Distributed under the terms of the Modified BSD License. EXTENSION_VERSION = "^0.19" -__version__ = "0.19.1" +__version__ = "0.19.2" diff --git a/python/jupyter_leaflet/package.json b/python/jupyter_leaflet/package.json index 9a295e87..4c855716 100644 --- a/python/jupyter_leaflet/package.json +++ b/python/jupyter_leaflet/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-leaflet", - "version": "0.19.1", + "version": "0.19.2", "description": "jupyter - leaflet bridge", "keywords": [ "jupyter",