Skip to content

Commit

Permalink
version 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed Jun 21, 2018
1 parent 6bcfd14 commit 16d80e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beakerx/beakerx/_version.py
@@ -1,2 +1,2 @@
version_info = (0, 20, 0)
version_info = (0, 20, 1)
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion js/lab/package.json
@@ -1,6 +1,6 @@
{
"name": "beakerx-jupyterlab",
"version": "0.20.0",
"version": "0.20.1",
"description": "BeakerX: Beaker Extensions for JupyterLab",
"author": "Two Sigma Open Source, LLC",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion js/notebook/package.json
@@ -1,6 +1,6 @@
{
"name": "beakerx",
"version": "0.20.0",
"version": "0.20.1",
"description": "BeakerX: Beaker Extensions for Jupyter",
"author": "Two Sigma Open Source, LLC",
"main": "src/index.ts",
Expand Down

0 comments on commit 16d80e9

Please sign in to comment.