Skip to content

Commit b637e0d

Browse files
authored
Bump to 2.4.0 (#568)
1 parent 4f9d7b4 commit b637e0d

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def package_files(directory, prefixes, extensions):
2323

2424
setup(
2525
name="zppy",
26-
version="2.4.0rc1",
26+
version="2.4.0",
2727
author="Ryan Forsyth, Chris Golaz",
2828
2929
description="Post-processing software for E3SM",

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 = "2.4.0rc1"
5+
current = "2.4.0"
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__ = "v2.4.0rc1"
1+
__version__ = "v2.4.0"

0 commit comments

Comments
 (0)