Skip to content

Commit d1e72ad

Browse files
authored
Merge pull request #106 from forsyth2/update-version
Update to v1.0.0
2 parents 268bb94 + e1b3607 commit d1e72ad

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
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.2" %}
2+
{% set version = "1.0.0" %}
33

44
package:
55
name: {{ name|lower }}
@@ -10,7 +10,7 @@ source:
1010
sha256: 192f9842ce07168bdeaec78175bad88e974a6be5ca7680faa86258baef840f38
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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
setup(
44
name="zstash",
5-
version="0.4.2",
6-
author="Chris Golaz, Zeshawn Shaheen",
7-
5+
version="1.0.0",
6+
author="Ryan Forsyth, Chris Golaz, Zeshawn Shaheen",
7+
88
description="Long term HPSS archiving software for E3SM",
99
packages=find_packages(exclude=["*.test", "*.test.*", "test.*", "test"]),
1010
entry_points={
1111
'console_scripts': [
1212
'zstash=zstash.main:main'
1313
]}
1414
)
15-

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.2'
1+
__version__ = 'v1.0.0'
22

0 commit comments

Comments
 (0)