From 40142aafdc833441ec21c1efdc3413ce218b1aa3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:01:56 +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 ebf873a..fd5ba00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "chyllonge" -version = "1.0.3" +version = "1.0.4" dependencies = ["tzlocal>=5.2", "requests>=2.31.0"] requires-python = ">=3.8" authors = [{name = "Alex Fredrickson", email = "alex.q.fredrickson@gmail.com"}]