We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e0caa7 + 1b8393c commit 60a697cCopy full SHA for 60a697c
CITATION.cff
@@ -98,5 +98,5 @@ license: "Apache-2.0"
98
message: "If you use this software, please cite it using these metadata."
99
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
100
title: ESMValCore
101
-version: "v2.0.0b7"
+version: "v2.0.0b8"
102
...
esmvalcore/_version.py
@@ -1,2 +1,2 @@
1
"""ESMValCore version."""
2
-__version__ = '2.0.0b7'
+__version__ = '2.0.0b8'
meta.yaml
@@ -5,7 +5,7 @@
5
# conda build . -c conda-forge -c esmvalgroup
6
7
# Package version number
8
-{% set version = "2.0.0b7" %}
+{% set version = "2.0.0b8" %}
9
10
package:
11
name: esmvalcore
0 commit comments