Skip to content

Commit 554f82d

Browse files
committed
bumped version to 0.5.4
1 parent f82c1f5 commit 554f82d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ Under BSD license. See [LICENSE](LICENSE).
8989

9090
## Release a new version
9191

92-
- Install [rever](https://regro.github.io/rever-docs/index.html): `conda install rever`
92+
- Install [rever](https://regro.github.io/rever-docs/index.html) and twine: `conda install rever twine`
9393
- Run: `rever <VERSION>`

jupyter_archive/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Project Jupyter.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = '0.5.3'
4+
__version__ = '0.5.4'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hadim/jupyter-archive",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "A Jupyter/Jupyterlab extension to make, download and extract archive files.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)