From 9a130cf458f488e3537931cd5133421bb6555a49 Mon Sep 17 00:00:00 2001 From: Ryan Forsyth Date: Tue, 28 Oct 2025 16:18:02 -0500 Subject: [PATCH] Bump to 3.1.0rc3 --- pyproject.toml | 2 +- tbump.toml | 2 +- zppy/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c7a653dc..aef3a586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "zppy" -version = "3.1.0rc2" +version = "3.1.0rc3" description = "Post-processing software for E3SM" readme = "README.md" requires-python = ">=3.11,<3.14" diff --git a/tbump.toml b/tbump.toml index 4cc4db37..5ef01aca 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/zppy.git" [version] -current = "3.1.0rc2" +current = "3.1.0rc3" # Example of a semver regexp with support for PEP 440 # release candidates.Make sure this matches current_version diff --git a/zppy/__init__.py b/zppy/__init__.py index 5f4f90a0..0fcd05ed 100644 --- a/zppy/__init__.py +++ b/zppy/__init__.py @@ -1 +1 @@ -__version__ = "v3.1.0rc2" +__version__ = "v3.1.0rc3"