Skip to content

Commit fa0bc38

Browse files
authored
Bump to 1.1.0rc3 (#156)
1 parent 0db825b commit fa0bc38

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 = "1.1.0rc2" %}
2+
{% set version = "1.1.0rc3" %}
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.1.0rc2",
26+
version="1.1.0rc3",
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 = "1.1.0rc2"
5+
current = "1.1.0rc3"
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__ = "v1.1.0rc2"
1+
__version__ = "v1.1.0rc3"

0 commit comments

Comments
 (0)