Skip to content

Commit

Permalink
Merge pull request #118 from forsyth2/release-new-version
Browse files Browse the repository at this point in the history
Update to v1.0.1
  • Loading branch information
forsyth2 authored Mar 1, 2021
2 parents d746f77 + f647841 commit c9c0039
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 = "1.0.0" %}
{% set version = "1.0.1" %}

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="1.0.0",
version="1.0.1",
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",
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__ = 'v1.0.0'
__version__ = 'v1.0.1'

0 comments on commit c9c0039

Please sign in to comment.