From e660517a23c0e63d2c7e3cd605d4e69b332e154d Mon Sep 17 00:00:00 2001 From: Mladen Gibanica <11275336+mgcth@users.noreply.github.com> Date: Wed, 22 May 2024 19:51:00 +0200 Subject: [PATCH] Bump to 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e815552..aa5c6e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ifk-smhi" -version = "0.2.0" +version = "0.2.1" description = "Inspect and get SMHI data." license = { text = "MIT" } readme = "README.md"