We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8849d commit b65aa83Copy full SHA for b65aa83
beakerx/beakerx/_version.py
@@ -1,2 +1,2 @@
1
-version_info = (1, 0, 0)
+version_info = (1, 1, 0)
2
__version__ = '.'.join(map(str, version_info))
js/lab/package.json
@@ -1,6 +1,6 @@
{
"name": "beakerx-jupyterlab",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"description": "BeakerX: Beaker Extensions for JupyterLab",
5
"author": "Two Sigma Open Source, LLC",
6
"main": "dist/index.js",
js/notebook/package.json
"name": "beakerx",
"description": "BeakerX: Beaker Extensions for Jupyter",
"main": "src/index.ts",
0 commit comments