Skip to content

Commit

Permalink
Merge pull request #82 from forsyth2/release_4_2
Browse files Browse the repository at this point in the history
Update to v0.4.2
  • Loading branch information
forsyth2 authored Aug 17, 2020
2 parents 921794f + 3c270f2 commit 408f2cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "zstash" %}
{% set version = "0.4.1" %}
{% set version = "0.4.2" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="zstash",
version="0.4.1",
version="0.4.2",
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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = 'v0.4.1'
__version__ = 'v0.4.2'

0 comments on commit 408f2cf

Please sign in to comment.