Skip to content

Commit cb5232c

Browse files
committed
Release 0.18.1
1 parent 43f346a commit cb5232c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ipyleaflet/_version.py

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

5-
version_info = (0, 18, 0)
5+
version_info = (0, 18, 1)
66

77
__version__ = '%s.%s.%s' % (version_info[0], version_info[1], version_info[2])
88

js/package.json

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

0 commit comments

Comments
 (0)