From 362e472d38542127528910a00331dec8603ee7b7 Mon Sep 17 00:00:00 2001 From: Amadej Kastelic Date: Wed, 30 Oct 2024 22:45:39 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c38c0ab..53733c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "24ur-api" description = "Unofficial 24ur API" -version = "0.1.5" +version = "0.1.6" readme = "README.md" authors = [{ name = "Amadej Kastelic", email = "amadejkastelic7@gmail.com" }] requires-python = "~=3.8"