We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a944520 commit 7f3e4ccCopy full SHA for 7f3e4cc
jupyterlab_git/_version.py
@@ -2,6 +2,6 @@
2
# Distributed under the terms of the Modified BSD License.
3
4
version_info = (0, 21, 0)
5
-flag = 'rc0'
+flag = ''
6
7
__version__ = ".".join(map(str, version_info)) + flag
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@jupyterlab/git",
- "version": "0.21.0-rc.0",
+ "version": "0.21.0",
"description": "A JupyterLab extension for version control using git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments