Skip to content

Commit 92454d9

Browse files
authored
Merge pull request #438 from ESMValGroup/increase_version
Increase version to v2.0.0b5
2 parents 0bbaed0 + 26537bf commit 92454d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ license: "Apache-2.0"
9898
message: "If you use this software, please cite it using these metadata."
9999
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
100100
title: ESMValCore
101-
version: "v2.0.0b3"
101+
version: "v2.0.0b5"
102102
...

esmvalcore/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""ESMValCore version."""
2-
__version__ = '2.0.0b3'
2+
__version__ = '2.0.0b5'

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# conda build . -c conda-forge -c esmvalgroup
66

77
# Package version number
8-
{% set version = "2.0.0b3" %}
8+
{% set version = "2.0.0b5" %}
99

1010
package:
1111
name: esmvalcore

0 commit comments

Comments
 (0)