Skip to content

Commit

Permalink
bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed Jan 10, 2018
1 parent 553bdc9 commit 3169290
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Create the release
------------------

Update the version in `beakerx/beakerx/_version.py` and
`beakerx/js/package.json` and `js/lab/package.json`. Commit
`js/notebook/package.json` and `js/lab/package.json`. Commit
the change and push the git tag.

```bash
Expand Down
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, 10, 0)
version_info = (0, 11, 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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.0",
"description": "BeakerX: Beaker Extensions for Jupyter",
"author": "Two Sigma Open Source, LLC",
"main": "src/index.js",
Expand Down

0 comments on commit 3169290

Please sign in to comment.