Skip to content

Commit 05acfd8

Browse files
authored
Bump to 3.1.0rc3 (#754)
1 parent 17ce354 commit 05acfd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "zppy"
13-
version = "3.1.0rc2"
13+
version = "3.1.0rc3"
1414
description = "Post-processing software for E3SM"
1515
readme = "README.md"
1616
requires-python = ">=3.11,<3.14"

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 = "3.1.0rc2"
5+
current = "3.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__ = "v3.1.0rc2"
1+
__version__ = "v3.1.0rc3"

0 commit comments

Comments
 (0)