We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d10176 commit 7adb8baCopy full SHA for 7adb8ba
jupyter_bokeh/__init__.py
@@ -1,3 +1,5 @@
1
from .nbextension import _jupyter_nbextension_paths
2
3
from .widgets import BokehModel
4
+
5
+__version__ = "1.2.0"
jupyter_bokeh/widgets.py
@@ -40,7 +40,7 @@
40
)
41
42
_module_name = "@bokeh/jupyter_bokeh"
43
-_module_version = "^1.1.0"
+_module_version = "^1.2.0"
44
45
#-----------------------------------------------------------------------------
46
# General API
0 commit comments