Skip to content

Commit b5a19b4

Browse files
committed
0.2.0
1 parent f75c8b4 commit b5a19b4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jupyterlab-s3-browser",
3-
"version": "0.1.1",
4-
"description": "JupyterLab viewer for S3 repositories",
3+
"version": "0.2.0",
4+
"description": "JupyterLab extension for browsing S3-compatible object storage",
55
"keywords": [
66
"s3",
77
"cloud",

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
setup_dict = dict(
1717
name='jupyterlab_s3_browser',
18-
description='A Jupyter Notebook server extension which acts a proxy for the S3 API.',
18+
description='A Jupyter server extension for the JupyterLab S3 Browser extension',
1919
packages=find_packages(),
2020
cmdclass=cmdclass,
21-
author='Jupyter Development Team',
22-
author_email='jupyter@googlegroups.com',
23-
url='http://jupyter.org',
21+
author='James Reeve',
22+
author_email='james.reeve@ibm.com',
23+
url='https://github.com/IBM/jupyterlab-s3-browser',
2424
license='Apache 2',
2525
platforms="Linux, Mac OS X, Windows",
2626
keywords=['Jupyter', 'JupyterLab', 'S3'],
@@ -50,6 +50,6 @@
5050
)
5151

5252
setuptools.setup(
53-
version='0.1.1',
53+
version='0.2.0',
5454
**setup_dict
5555
)

0 commit comments

Comments
 (0)