Skip to content

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jul 29, 2019
1 parent 9c6b58f commit 5c6fd8d
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.8
- voila=0.1.9
- 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 @@ -6,5 +6,5 @@
# The full license is in the file LICENSE, distributed with this software. #
#############################################################################

version_info = (0, 1, 8)
version_info = (0, 1, 9)
__version__ = '.'.join(map(str, version_info))

0 comments on commit 5c6fd8d

Please sign in to comment.