Skip to content

Commit c7cf93f

Browse files
authored
Merge pull request #808 from fcollonval/bump-version
Bump to 0.22.2
2 parents 5b0db68 + 5ec66ad commit c7cf93f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterlab_git/_version.py

Lines changed: 1 addition & 1 deletion
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, 22, 1)
4+
version_info = (0, 22, 2)
55
flag = ""
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.22.1",
3+
"version": "0.22.2",
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)