Skip to content

Commit fd2a2ce

Browse files
committed
jupyter_bokeh 2.0.3
1 parent df7e227 commit fd2a2ce

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

jupyter_bokeh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from .widgets import BokehModel
44

5-
__version__ = "2.0.2"
5+
__version__ = "2.0.3"

jupyter_bokeh/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
)
4141

4242
_module_name = "@bokeh/jupyter_bokeh"
43-
_module_version = "^2.0.2"
43+
_module_version = "^2.0.3"
4444

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bokeh/jupyter_bokeh",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A Jupyter extension for rendering Bokeh content.",
55
"author": "Bokeh Team <[email protected]>",
66
"keywords": [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def run(self):
2626

2727
setup_args = dict(
2828
name="jupyter_bokeh",
29-
version="2.0.2",
29+
version="2.0.3",
3030
install_requires=install_requires,
3131
python_requires=">=3.6",
3232
description="A Jupyter extension for rendering Bokeh content.",

0 commit comments

Comments
 (0)