Skip to content

Commit

Permalink
Release 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Nov 9, 2019
1 parent ff50a7b commit 849d752
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 @@ -6,7 +6,7 @@ dependencies:
- bqplot
- scipy
- ipympl
- voila=0.1.17
- voila=0.1.18
- ipympl
- xleaflet=0.8.0
- xeus-cling=0.6.0
2 changes: 1 addition & 1 deletion voila/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# The full license is in the file LICENSE, distributed with this software. #
#############################################################################

version_info = (0, 1, 17)
version_info = (0, 1, 18)
__version__ = '.'.join(map(str, version_info))

0 comments on commit 849d752

Please sign in to comment.