Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v0.4.0 #47

Merged
merged 1 commit into from Feb 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions conda/meta.yaml
@@ -1,10 +1,10 @@
package:
name: zstash
version: 0.3.0
version: 0.4.0

source:
git_url: https://github.com/E3SM-Project/zstash
git_rev: v0.3.0
git_rev: v0.4.0

build:
script: python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name="zstash",
version="0.3.2",
version="0.4.0",
author="Chris Golaz, Zeshawn Shaheen",
author_email="golaz1@llnl.gov, shaheen2@llnl.gov",
description="Long term HPSS archiving software for E3SM",
Expand Down
2 changes: 1 addition & 1 deletion zstash/__init__.py
@@ -1,2 +1,2 @@
__version__ = 'v0.3.2'
__version__ = 'v0.4.0'