Skip to content

Commit 408f2cf

Browse files
authored
Merge pull request #82 from forsyth2/release_4_2
Update to v0.4.2
2 parents 921794f + 3c270f2 commit 408f2cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "zstash" %}
2-
{% set version = "0.4.1" %}
2+
{% set version = "0.4.2" %}
33

44
package:
55
name: {{ name|lower }}

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.4.1",
5+
version="0.4.2",
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.4.1'
1+
__version__ = 'v0.4.2'
22

0 commit comments

Comments
 (0)