Skip to content

Commit 487e4bf

Browse files
committed
Release 0.2.11
1 parent 6b3c594 commit 487e4bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- bqplot
88
- scipy
99
- ipympl
10-
- voila=0.2.10
10+
- voila=0.2.11
1111
- ipympl
1212
- xleaflet=0.14.0
1313
- xeus-cling=0.12.1

packages/jupyterlab-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/jupyterlab-preview",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A JupyterLab preview extension for Voilà",
55
"keywords": [
66
"jupyter",

voila/_version.py

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

10-
version_info = (0, 2, 10, 'final', 0)
10+
version_info = (0, 2, 11, 'final', 0)
1111

1212
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
1313

0 commit comments

Comments
 (0)