Skip to content

Commit b65aa83

Browse files
committed
version 1.1.0
1 parent 0e8849d commit b65aa83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

beakerx/beakerx/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 0, 0)
1+
version_info = (1, 1, 0)
22
__version__ = '.'.join(map(str, version_info))

js/lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beakerx-jupyterlab",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "BeakerX: Beaker Extensions for JupyterLab",
55
"author": "Two Sigma Open Source, LLC",
66
"main": "dist/index.js",

js/notebook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beakerx",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "BeakerX: Beaker Extensions for Jupyter",
55
"author": "Two Sigma Open Source, LLC",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)