Skip to content

Commit 6c82eb8

Browse files
Release 0.1.21
1 parent c385b8b commit 6c82eb8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- bqplot
77
- scipy
88
- ipympl
9-
- voila=0.1.20
9+
- voila=0.1.21
1010
- ipympl
1111
- xleaflet=0.8.0
1212
- xeus-cling=0.6.0

js/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

voila/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# The full license is in the file LICENSE, distributed with this software. #
88
#############################################################################
99

10-
version_info = (0, 1, 20)
10+
version_info = (0, 1, 21)
1111
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)