We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d1896 commit 184648fCopy full SHA for 184648f
jupyterlab_git/_version.py
@@ -2,6 +2,6 @@
2
# Distributed under the terms of the Modified BSD License.
3
4
version_info = (0, 11, 0)
5
-flag = 'rc0'
+flag = 'rc1'
6
7
__version__ = ".".join(map(str, version_info)) + flag
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@jupyterlab/git",
- "version": "0.11.0-rc.0",
+ "version": "0.11.0-rc.1",
"description": "A JupyterLab extension for version control using git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments