Skip to content

Commit

Permalink
bump to 0.22.1 (#797)
Browse files Browse the repository at this point in the history
* bump to 0.22.1

* Bump to 0.22.1

* test against python 3.9
  • Loading branch information
fcollonval committed Oct 9, 2020
1 parent 2cbaf8d commit 03cb915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9.0-rc.1']
python-version: ['3.6', '3.7', '3.8', '3.9']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_git/_version.py
@@ -1,7 +1,7 @@
# Copyright (c) Project Jupyter.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 22, 0)
version_info = (0, 22, 1)
flag = ""

__version__ = ".".join(map(str, version_info)) + flag
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/git",
"version": "0.22.0",
"version": "0.22.1",
"description": "A JupyterLab extension for version control using git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 03cb915

Please sign in to comment.