Skip to content

Commit 8bebca7

Browse files
authored
Release v1.0.0rc4 (#89)
1 parent 65b8417 commit 8bebca7

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

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

setup.py

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

2424
setup(
2525
name="zppy",
26-
version="1.0.0rc3",
26+
version="1.0.0rc4",
2727
author="Ryan Forsyth, Chris Golaz",
2828
2929
description="Post-processing software for E3SM",

zppy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v1.0.0rc3"
1+
__version__ = "v1.0.0rc4"

0 commit comments

Comments
 (0)