Skip to content

Commit 882e2ed

Browse files
authored
Update to v1.1.0 (#162)
1 parent eeb9939 commit 882e2ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "zstash" %}
2-
{% set version = "1.1.0rc2" %}
2+
{% set version = "1.1.0" %}
33

44
package:
55
name: {{ name|lower }}

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="1.1.0rc2",
5+
version="1.1.0",
66
author="Ryan Forsyth, Chris Golaz, Zeshawn Shaheen",
77
author_email="forsyth2@llnl.gov, golaz1@llnl.gov, shaheen2@llnl.gov",
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 +1 @@
1-
__version__ = "v1.1.0rc2"
1+
__version__ = "v1.1.0"

0 commit comments

Comments
 (0)