Skip to content

Commit

Permalink
Release 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jan 23, 2024
1 parent 5bd1b0a commit 55ed06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipyleaflet/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
#

version_info = (0, 18, 1)
version_info = (0, 18, 2)

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

Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-leaflet",
"version": "0.18.1",
"version": "0.18.2",
"description": "jupyter - leaflet bridge",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 55ed06d

Please sign in to comment.