Skip to content

Commit

Permalink
Release 0.13.3
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <martin.renou@gmail.com>
  • Loading branch information
martinRenou committed Jul 29, 2020
1 parent a5d7969 commit 1be86ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ipyleaflet
channels:
- conda-forge
dependencies:
- ipyleaflet=0.13.2
- ipyleaflet=0.13.3
- scipy
- bqplot
- rasterio
Expand Down
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, 13, 2)
version_info = (0, 13, 3)

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

Expand Down

0 comments on commit 1be86ae

Please sign in to comment.