Skip to content

Commit 14f8168

Browse files
committed
bumped version to 0.5.0
1 parent 5e13c36 commit 14f8168

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.4.11-dev'
4+
__version__ = '0.5.0'

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.4.11-dev",
3+
"version": "0.5.0",
44
"description": "Make, download and extract archive files.",
55
"keywords": [
66
"jupyter",

rever.xsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ command('publish_npm', 'yarn publish --access=public --new-version $VERSION', ''
55

66
$PROJECT = 'jupyter-archive'
77

8-
$ACTIVITIES = ['run_tests', 'version_bump', 'tag', 'push_tag', 'pypi', 'publish_npm', 'ghrelease', 'bump_to_dev']
8+
$ACTIVITIES = ['run_tests', 'version_bump', 'tag', 'push_tag', 'pypi', 'publish_npm', 'ghrelease', 'bump_to_dev', 'push_tag']
99

1010
$VERSION_BUMP_PATTERNS = [('jupyter_archive/_version.py', '__version__\s*=.*', "__version__ = '$VERSION'"),
1111
('package.json', '"version"\s*:.*,', '"version": "$VERSION",')]

0 commit comments

Comments
 (0)