Skip to content

Commit

Permalink
Bump to 0.21.0a0 (#722)
Browse files Browse the repository at this point in the history
* Bump to 0.21.0-alpha.0

* Bump to 0.21.0a0
  • Loading branch information
fcollonval authored Aug 9, 2020
1 parent 88acc03 commit abfdcf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jupyterlab_git/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Project Jupyter.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 20, 0)
flag = ''
version_info = (0, 21, 0)
flag = 'a0'

__version__ = ".".join(map(str, version_info)) + flag
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit abfdcf2

Please sign in to comment.