File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{% set name = "zppy" %}
2- {% set version = "3.0.0 " %}
2+ {% set version = "3.1.0rc1 " %}
33
44package :
55 name : {{ name|lower }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010
1111[project ]
1212name = " zppy"
13- version = " 3.0.0 "
13+ version = " 3.1.0rc1 "
1414description = " Post-processing software for E3SM"
1515readme = " README.md"
1616requires-python = " >=3.11,<3.14"
Original file line number Diff line number Diff line change 22github_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
Original file line number Diff line number Diff line change 1- __version__ = "v3.0.0 "
1+ __version__ = "v3.1.0rc1 "
You can’t perform that action at this time.
0 commit comments