Skip to content

Commit

Permalink
Bump to 0.11.0 (jupyterlab#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Aug 30, 2020
1 parent 01b4ab7 commit b95e6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyterlab_git/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Distributed under the terms of the Modified BSD License.

version_info = (0, 11, 0)
flag = 'rc1'
flag = ''

__version__ = ".".join(map(str, version_info)) + flag
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/git",
"version": "0.11.0-rc.1",
"version": "0.11.0",
"description": "A JupyterLab extension for version control using git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit b95e6cd

Please sign in to comment.