Skip to content

Commit a7508c8

Browse files
authored
Bump to 3.0.0 (#707)
1 parent 0aa16c5 commit a7508c8

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.0rc5" %}
2+
{% set version = "3.0.0" %}
33
{% set python_min = "3.9" %}
44

55
package:

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="3.0.0rc5",
26+
version="3.0.0",
2727
author="Ryan Forsyth, Chris Golaz",
2828
author_email="forsyth2@llnl.gov, golaz1@llnl.gov",
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 = "3.0.0rc5"
5+
current = "3.0.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__ = "v3.0.0rc5"
1+
__version__ = "v3.0.0"

0 commit comments

Comments
 (0)