Skip to content

Commit abfdcf2

Browse files
authored
Bump to 0.21.0a0 (#722)
* Bump to 0.21.0-alpha.0 * Bump to 0.21.0a0
1 parent 88acc03 commit abfdcf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jupyterlab_git/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Project Jupyter.
22
# Distributed under the terms of the Modified BSD License.
33

4-
version_info = (0, 20, 0)
5-
flag = ''
4+
version_info = (0, 21, 0)
5+
flag = 'a0'
66

77
__version__ = ".".join(map(str, version_info)) + flag

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/git",
3-
"version": "0.20.0",
3+
"version": "0.21.0-alpha.0",
44
"description": "A JupyterLab extension for version control using git",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)