Skip to content

Commit ba31df4

Browse files
committed
jupyter_bokeh 2.0.4
1 parent 9b27419 commit ba31df4

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

DEVGUIDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
| `jupyter_bokeh/__init__.py` | `__version__` | `2.0.1dev2` |
88
| `jupyter_bokeh/widgets.py` | `_module_version` | `^2.0.1-dev.2` |
99
| `package.json` | `version` | `2.0.1-dev.2` |
10+
| `package-lock.json` | `version` | `2.0.1-dev.2` |
1011
| `setup.py` | `version` | `2.0.1dev2` |

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.3"
5+
__version__ = "2.0.4"

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.3"
43+
_module_version = "^2.0.4"
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.3",
3+
"version": "2.0.4",
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.3",
29+
version="2.0.4",
3030
install_requires=install_requires,
3131
python_requires=">=3.6",
3232
description="A Jupyter extension for rendering Bokeh content.",

0 commit comments

Comments
 (0)