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 6bcfd14 commit 16d80e9Copy full SHA for 16d80e9
beakerx/beakerx/_version.py
@@ -1,2 +1,2 @@
1
-version_info = (0, 20, 0)
+version_info = (0, 20, 1)
2
__version__ = '.'.join(map(str, version_info))
js/lab/package.json
@@ -1,6 +1,6 @@
{
"name": "beakerx-jupyterlab",
3
- "version": "0.20.0",
+ "version": "0.20.1",
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