Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaipreet Singh committed Nov 27, 2018
1 parent 23e3281 commit 2a1ff23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@jupyterlab/git",
"version": "0.4.4",
"version": "0.5.0",
"description": "A JupyterLab extension for version control using git",
"main": "lib/index.js",
"license": "BSD-3-Clause",
"author": "Git Intern Team, Jenna Landy, Noah Stapp, and Alena Mueller",
"author": "Git Intern Team - Jenna Landy, Noah Stapp, Alena Mueller; AWS - Jaipreet Singh, Neelam Gehlot; Quansight - Saul Shanabrook",
"keywords": [
"jupyter",
"jupyterlab",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

setuptools.setup(
name='jupyterlab_git',
version='0.4.4',
author='Git Intern Team, Noah Stapp, Jenna Landy, Alena Mueller',
version='0.5.0',
author='Git Intern Team - Noah Stapp, Jenna Landy, Alena Mueller; AWS - Jaipreet Singh, Neelam Gehlot; Quansight - Saul Shanabrook',
description="A server extension for JupyterLab's git extension",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2a1ff23

Please sign in to comment.