Skip to content

Commit

Permalink
Merge pull request #56 from forsyth2/update-version
Browse files Browse the repository at this point in the history
Update to v0.4.1
  • Loading branch information
forsyth2 authored Feb 28, 2020
2 parents cc3bac8 + eefc944 commit 3002bc1
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "zstash" %}
{% set version = "0.4.0" %}
{% set version = "0.4.1" %}

package:
name: {{ name|lower }}
Expand All @@ -10,7 +10,7 @@ source:
sha256: 44d0607e4826792329c37cc68efc647ce78a0263a9f811319a343bd91e9d1d8e

build:
number: 1
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
noarch: python

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.0",
version="0.4.1",
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.0'
__version__ = 'v0.4.1'

0 comments on commit 3002bc1

Please sign in to comment.