Skip to content

Commit

Permalink
bumped version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 6, 2019
1 parent f82c1f5 commit 554f82d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ Under BSD license. See [LICENSE](LICENSE).

## Release a new version

- Install [rever](https://regro.github.io/rever-docs/index.html): `conda install rever`
- Install [rever](https://regro.github.io/rever-docs/index.html) and twine: `conda install rever twine`
- Run: `rever <VERSION>`
2 changes: 1 addition & 1 deletion jupyter_archive/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Project Jupyter.
# Distributed under the terms of the Modified BSD License.

__version__ = '0.5.3'
__version__ = '0.5.4'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hadim/jupyter-archive",
"version": "0.5.3",
"version": "0.5.4",
"description": "A Jupyter/Jupyterlab extension to make, download and extract archive files.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 554f82d

Please sign in to comment.