diff --git a/jupyterlab_git/_version.py b/jupyterlab_git/_version.py index 4b675cc3a..16aea982a 100644 --- a/jupyterlab_git/_version.py +++ b/jupyterlab_git/_version.py @@ -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 diff --git a/package.json b/package.json index 51d1c2455..0c8e1ae33 100644 --- a/package.json +++ b/package.json @@ -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",