Skip to content

Commit 94fa2e5

Browse files
committed
Update to v0.4.0
1 parent c37fe34 commit 94fa2e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: zstash
3-
version: 0.3.0
3+
version: 0.4.0
44

55
source:
66
git_url: https://github.com/E3SM-Project/zstash
7-
git_rev: v0.3.0
7+
git_rev: v0.4.0
88

99
build:
1010
script: python setup.py install

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="zstash",
5-
version="0.3.2",
5+
version="0.4.0",
66
author="Chris Golaz, Zeshawn Shaheen",
77
88
description="Long term HPSS archiving software for E3SM",

zstash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = 'v0.3.2'
1+
__version__ = 'v0.4.0'
22

0 commit comments

Comments
 (0)