We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ce354 commit 05acfd8Copy full SHA for 05acfd8
pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
10
11
[project]
12
name = "zppy"
13
-version = "3.1.0rc2"
+version = "3.1.0rc3"
14
description = "Post-processing software for E3SM"
15
readme = "README.md"
16
requires-python = ">=3.11,<3.14"
tbump.toml
@@ -2,7 +2,7 @@
2
github_url = "https://github.com/E3SM-Project/zppy.git"
3
4
[version]
5
-current = "3.1.0rc2"
+current = "3.1.0rc3"
6
7
# Example of a semver regexp with support for PEP 440
8
# release candidates.Make sure this matches current_version
zppy/__init__.py
@@ -1 +1 @@
1
-__version__ = "v3.1.0rc2"
+__version__ = "v3.1.0rc3"
0 commit comments