Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsdnns committed Dec 18, 2017
1 parent 65c07bd commit 9da10e5
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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 9, 1)
version_info = (0, 10, 0)
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion js/lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beakerx-jupyterlab",
"version": "0.9.1",
"version": "0.10.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beakerx",
"version": "0.9.1",
"version": "0.10.0",
"description": "BeakerX: Beaker Extensions for Jupyter",
"author": "Two Sigma Open Source, LLC",
"main": "src/index.js",
Expand Down

0 comments on commit 9da10e5

Please sign in to comment.