Skip to content

Commit 8f1c80c

Browse files
authored
Merge pull request #59 from forsyth2/release-new-version
Release v1.0.0rc1
2 parents ae2a5e0 + 9fcdc8d commit 8f1c80c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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 = "zppy" %}
2-
{% set version = "1.0.0" %}
2+
{% set version = "1.0.0rc1" %}
33

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def package_files(directory, prefixes, extensions):
1818

1919
setup(
2020
name="zppy",
21-
version="1.0.0",
21+
version="1.0.0rc1",
2222
author="Ryan Forsyth, Chris Golaz",
2323
2424
description="Post-processing software for E3SM",

zppy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = 'v1.0.0rc1'

0 commit comments

Comments
 (0)