Skip to content

Commit 3002bc1

Browse files
authored
Merge pull request #56 from forsyth2/update-version
Update to v0.4.1
2 parents cc3bac8 + eefc944 commit 3002bc1

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,5 +1,5 @@
11
{% set name = "zstash" %}
2-
{% set version = "0.4.0" %}
2+
{% set version = "0.4.1" %}
33

44
package:
55
name: {{ name|lower }}
@@ -10,7 +10,7 @@ source:
1010
sha256: 44d0607e4826792329c37cc68efc647ce78a0263a9f811319a343bd91e9d1d8e
1111

1212
build:
13-
number: 1
13+
number: 0
1414
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
1515
noarch: python
1616

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

0 commit comments

Comments
 (0)