Skip to content

Commit 8a52612

Browse files
committed
Bump to 3.0.1
1 parent b6fb97f commit 8a52612

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

jupyter_archive/handlers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import asyncio
21
import os
32
import pathlib
43
import tarfile

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hadim/jupyter-archive",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A Jupyterlab extension to make, download and extract archive files.",
55
"keywords": [
66
"jupyter",
@@ -12,7 +12,16 @@
1212
"url": "https://github.com/jupyterlab-contrib/jupyter-archive/issues"
1313
},
1414
"license": "BSD-3-Clause",
15-
"author": "hadim,fcollonval",
15+
"contributors": [
16+
{
17+
"name": "Hadrien Mary",
18+
"email": "[email protected]"
19+
},
20+
{
21+
"name": "Frederic Collonval",
22+
"email": "[email protected]"
23+
}
24+
],
1625
"files": [
1726
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
1827
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",

0 commit comments

Comments
 (0)