Skip to content

Commit

Permalink
Merge pull request #106 from forsyth2/update-version
Browse files Browse the repository at this point in the history
Update to v1.0.0
  • Loading branch information
forsyth2 authored Nov 23, 2020
2 parents 268bb94 + e1b3607 commit d1e72ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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.2" %}
{% set version = "1.0.0" %}

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

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

Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

setup(
name="zstash",
version="0.4.2",
author="Chris Golaz, Zeshawn Shaheen",
author_email="golaz1@llnl.gov, shaheen2@llnl.gov",
version="1.0.0",
author="Ryan Forsyth, Chris Golaz, Zeshawn Shaheen",
author_email="forsyth2@llnl.gov, golaz1@llnl.gov, shaheen2@llnl.gov",
description="Long term HPSS archiving software for E3SM",
packages=find_packages(exclude=["*.test", "*.test.*", "test.*", "test"]),
entry_points={
'console_scripts': [
'zstash=zstash.main:main'
]}
)

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

0 comments on commit d1e72ad

Please sign in to comment.