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 5fcf323 commit 00de262Copy full SHA for 00de262
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 = ''
+flag = 'rc0'
6
7
__version__ = ".".join(map(str, version_info)) + flag
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@jupyterlab/git",
- "version": "0.11.0",
+ "version": "0.11.0-rc.0",
"description": "A JupyterLab extension for version control using git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments