Skip to content

Commit 15c11ca

Browse files
committed
bump client ver dep in widget
1 parent e2e9c5d commit 15c11ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

idom_jupyter/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Module version
2-
version_info = (0, 7, 4, "final", 0)
2+
version_info = (0, 7, 5, "final", 0)
33

44
# Module version stage suffix map
55
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}

idom_jupyter/widget.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ class LayoutWidget(widgets.DOMWidget):
5757
_model_module = Unicode("idom-client-jupyter").tag(sync=True)
5858

5959
# Version of the front-end module containing widget view
60-
_view_module_version = Unicode("^0.7.0").tag(sync=True)
60+
_view_module_version = Unicode("^0.8.0").tag(sync=True)
6161
# Version of the front-end module containing widget model
62-
_model_module_version = Unicode("^0.7.0").tag(sync=True)
62+
_model_module_version = Unicode("^0.8.0").tag(sync=True)
6363

6464
_import_source_base_url = Unicode().tag(sync=True)
6565

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "idom-client-jupyter",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "A client for IDOM implemented using Jupyter widgets",
55
"author": "Ryan Morshead",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)