Skip to content

Commit bcf1403

Browse files
committed
Release 0.19.2
1 parent 8a500e7 commit bcf1403

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ipyleaflet
33
channels:
44
- conda-forge
55
dependencies:
6-
- ipyleaflet=0.19.1
6+
- ipyleaflet=0.19.2
77
- scipy
88
- bqplot
99
- rasterio

python/ipyleaflet/ipyleaflet/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Distributed under the terms of the Modified BSD License.
33

44
EXTENSION_VERSION = "^0.19"
5-
__version__ = "0.19.1"
5+
__version__ = "0.19.2"

python/jupyter_leaflet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-leaflet",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "jupyter - leaflet bridge",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)