diff --git a/package.json b/package.json index 50bd09dcb..255548028 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/setup.py b/setup.py index 97207d1ae..a51ea4ecd 100644 --- a/setup.py +++ b/setup.py @@ -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",