Skip to content

Commit

Permalink
ipywidgets_bokeh 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpap authored and philippjfr committed Nov 18, 2022
1 parent a9fe3c5 commit 84de0af
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ipywidgets_bokeh/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .widget import IPyWidget

__version__ = "1.2.0"
__version__ = "1.2.1"
2 changes: 1 addition & 1 deletion ipywidgets_bokeh/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def flush(self, *args):

class BokehKernel(ipykernel.kernelbase.Kernel):
implementation = 'ipython'
implementation_version = '1.2.0'
implementation_version = '1.2.1'
banner = 'banner'

shell_stream = Any(ShellStream(), allow_none=True)
Expand Down
4 changes: 2 additions & 2 deletions ipywidgets_bokeh/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ipywidgets_bokeh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bokeh/ipywidgets_bokeh",
"version": "1.2.0",
"version": "1.2.1",
"description": "Allows embedding of Jupyter widgets in Bokeh applications.",
"keywords": [
"bokeh",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run(self):

setup_args = dict(
name="ipywidgets_bokeh",
version="1.2.0",
version="1.2.1",
install_requires=install_requires,
python_requires=">=3.7",
description="Allows embedding of Jupyter widgets in Bokeh layouts.",
Expand Down

0 comments on commit 84de0af

Please sign in to comment.