We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a500e7 commit bcf1403Copy full SHA for bcf1403
environment.yml
@@ -3,7 +3,7 @@ name: ipyleaflet
3
channels:
4
- conda-forge
5
dependencies:
6
- - ipyleaflet=0.19.1
+ - ipyleaflet=0.19.2
7
- scipy
8
- bqplot
9
- rasterio
python/ipyleaflet/ipyleaflet/_version.py
@@ -2,4 +2,4 @@
2
# Distributed under the terms of the Modified BSD License.
EXTENSION_VERSION = "^0.19"
-__version__ = "0.19.1"
+__version__ = "0.19.2"
python/jupyter_leaflet/package.json
@@ -1,6 +1,6 @@
1
{
"name": "jupyter-leaflet",
- "version": "0.19.1",
+ "version": "0.19.2",
"description": "jupyter - leaflet bridge",
"keywords": [
"jupyter",
0 commit comments