From 1373c5aa149292809a812188a9749f491a3e0271 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 17:56:20 +0000 Subject: [PATCH] updated pyproject.toml version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7d94c8..df12059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "chyllonge" -version = "1.0.0" +version = "1.0.2" dependencies = ["tzlocal>=5.2", "requests>=2.31.0"] requires-python = ">=3.8" authors = [{name = "Alex Fredrickson", email = "alex.q.fredrickson@gmail.com"}]