Skip to content

Commit ca850ea

Browse files
authored
Prepare release v3.2 (#94)
1 parent 4b5b778 commit ca850ea

File tree

6 files changed

+1316
-1152
lines changed

6 files changed

+1316
-1152
lines changed

poetry.lock

Lines changed: 584 additions & 508 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

probtest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
various subcommands related to probabilistic testing, performance analysis, and
77
visualization.
88
"""
9+
910
import click
1011
import matplotlib
1112

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "probtest"
3-
version = "3.1"
3+
version = "3.2"
44
description = "Probtest is a suite of python scripts to test various aspects of weather and climate models. Even though it is mainly developed for the ICON model, it does not contain ICON-specific definitions in the source code but allows to model specifics in a configuration script."
55
authors = ["SENC <senc@meteoswiss.ch>"]
66
license = "BSD 3"

0 commit comments

Comments
 (0)