From 63efd73108853a8a34bd4c5cd8ecae169c142325 Mon Sep 17 00:00:00 2001 From: Ryan Forsyth Date: Mon, 4 May 2026 10:25:16 -0700 Subject: [PATCH] Bump to 3.2.0rc1 --- 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 6a7d8894..624095aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "zppy" -version = "3.1.0" +version = "3.2.0rc1" description = "Post-processing software for E3SM" readme = "README.md" requires-python = ">=3.11,<3.15" diff --git a/tbump.toml b/tbump.toml index f7e04a2e..43b517d8 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/zppy.git" [version] -current = "3.1.0" +current = "3.2.0rc1" # 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 6d1c74fb..9d1f72aa 100644 --- a/zppy/__init__.py +++ b/zppy/__init__.py @@ -1 +1 @@ -__version__ = "v3.1.0" +__version__ = "v3.2.0rc1"