Skip to content

Commit 1455c55

Browse files
committed
bump version to 1.1.1
1 parent 02173d2 commit 1455c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "1.1.0",
3+
"version": "1.1.1",
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="1.1.0",
29+
version="1.1.1",
3030
install_requires=install_requires,
3131
description="A Jupyter extension for rendering Bokeh content.",
3232
long_description=open("README.md").read(),

0 commit comments

Comments
 (0)