Skip to content

Commit ed0c8a4

Browse files
authored
Bump to 3.1.0rc1 (#740)
1 parent 7be23e5 commit ed0c8a4

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 = "3.0.0" %}
2+
{% set version = "3.1.0rc1" %}
33

44
package:
55
name: {{ name|lower }}

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.0.0"
13+
version = "3.1.0rc1"
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.0.0"
5+
current = "3.1.0rc1"
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.0.0"
1+
__version__ = "v3.1.0rc1"

0 commit comments

Comments
 (0)