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 d5395d3 commit 276d9d6Copy full SHA for 276d9d6
ipyleaflet/_version.py
@@ -2,8 +2,8 @@
2
# Distributed under the terms of the Modified BSD License.
3
#
4
5
-version_info = (0, 17, 4)
+version_info = (0, 18, 0)
6
7
__version__ = '%s.%s.%s' % (version_info[0], version_info[1], version_info[2])
8
9
-EXTENSION_VERSION = '^0.17'
+EXTENSION_VERSION = '^0.18'
js/package.json
@@ -1,6 +1,6 @@
1
{
"name": "jupyter-leaflet",
- "version": "0.17.4",
+ "version": "0.18.0",
"description": "jupyter - leaflet bridge",
"keywords": [
"jupyter",
0 commit comments