Skip to content

Commit

Permalink
Merge pull request #47 from forsyth2/update-version
Browse files Browse the repository at this point in the history
Update to v0.4.0
  • Loading branch information
forsyth2 committed Feb 20, 2020
2 parents c37fe34 + 94fa2e5 commit 811cd60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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'

0 comments on commit 811cd60

Please sign in to comment.