From 9de009d6855cb827bda54d56ac9e16d2a2f78bef Mon Sep 17 00:00:00 2001 From: rruefenacht Date: Fri, 28 Jul 2023 17:54:55 +0200 Subject: [PATCH] bump version to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f0e340..6798dad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "mwr_raw2l1" -version = "0.1.4" +version = "1.0.0" description = "Readers for the most prominent types of operational ground-based K- and V-band microwave radiometers and a writer for NetCDF files according to E-PROFILE/ACTRIS standards." authors = ["Rolf Rüfenacht "] license = "BSD 3-Clause"