Skip to content

Commit 0b4339f

Browse files
author
Jaipreet Singh
committed
0.8.1
1 parent cccc3fe commit 0b4339f

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.8.0",
3+
"version": "0.8.1",
44
"description": "A JupyterLab extension for version control using git",
55
"main": "lib/index.js",
66
"style": "style/index.css",

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.8.0',
11+
version='0.8.1',
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)