Skip to content

Commit 40c9683

Browse files
authored
Merge pull request #363 from jupyterlab/release
Release 0.6.0
2 parents 644ca98 + 708bd5f commit 40c9683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5.0",
3+
"version": "0.6.0",
44
"description": "A JupyterLab extension for version control using git",
55
"main": "lib/index.js",
66
"license": "BSD-3-Clause",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name='jupyterlab_git',
11-
version='0.5.0',
11+
version='0.6.0',
1212
author='Git Intern Team - Noah Stapp, Jenna Landy, Alena Mueller; AWS - Jaipreet Singh, Neelam Gehlot; Quansight - Saul Shanabrook',
1313
description="A server extension for JupyterLab's git extension",
1414
long_description=long_description,

0 commit comments

Comments
 (0)