Skip to content

Commit 04d5ae9

Browse files
authored
Bump to 2.2.0rc4 (#364)
1 parent 25f4c31 commit 04d5ae9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 = "2.2.0rc3" %}
2+
{% set version = "2.2.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="2.2.0rc3",
26+
version="2.2.0rc4",
2727
author="Ryan Forsyth, Chris Golaz",
2828
2929
description="Post-processing software for E3SM",

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github_url = "https://github.com/E3SM-Project/zppy.git"
33

44
[version]
5-
current = "2.2.0rc3"
5+
current = "2.2.0rc4"
66

77
# Example of a semver regexp with support for PEP 440
88
# release candidates.Make sure this matches current_version

zppy/__init__.py

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

0 commit comments

Comments
 (0)