From 129d0656f788f79078d0070fa9f0462894c8ec29 Mon Sep 17 00:00:00 2001 From: Amadej Kastelic Date: Sun, 25 Aug 2024 14:56:14 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6af5b5c..dc3105e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "24ur-api" description = "Unofficial 24ur API" -version = "0.1.3" +version = "0.1.4" readme = "README.md" authors = [{ name = "Amadej Kastelic", email = "amadejkastelic7@gmail.com" }] requires-python = "~=3.8"