Skip to content

Commit 7adb8ba

Browse files
committed
bump to 1.2
1 parent 4d10176 commit 7adb8ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

jupyter_bokeh/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
from .nbextension import _jupyter_nbextension_paths
22

33
from .widgets import BokehModel
4+
5+
__version__ = "1.2.0"

jupyter_bokeh/widgets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
)
4141

4242
_module_name = "@bokeh/jupyter_bokeh"
43-
_module_version = "^1.1.0"
43+
_module_version = "^1.2.0"
4444

4545
#-----------------------------------------------------------------------------
4646
# General API

0 commit comments

Comments
 (0)