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 88acc03 commit abfdcf2Copy full SHA for abfdcf2
jupyterlab_git/_version.py
@@ -1,7 +1,7 @@
1
# Copyright (c) Project Jupyter.
2
# Distributed under the terms of the Modified BSD License.
3
4
-version_info = (0, 20, 0)
5
-flag = ''
+version_info = (0, 21, 0)
+flag = 'a0'
6
7
__version__ = ".".join(map(str, version_info)) + flag
package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/git",
- "version": "0.20.0",
+ "version": "0.21.0-alpha.0",
"description": "A JupyterLab extension for version control using git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments