Skip to content

Commit 61dab68

Browse files
committed
0.4.0
1 parent eb77c15 commit 61dab68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-s3-browser",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "JupyterLab extension for browsing S3-compatible object storage",
55
"keywords": [
66
"s3",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
)
5050
)
5151

52-
setuptools.setup(version="0.3.0", **setup_dict)
52+
setuptools.setup(version="0.4.0", **setup_dict)

0 commit comments

Comments
 (0)