From 2abdfbbcdb6b48745b415607735b5f403823c4bc Mon Sep 17 00:00:00 2001 From: jessebot Date: Sat, 11 Jan 2025 21:15:27 +0100 Subject: [PATCH] update python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c6a4c0..ac53b60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tiny_personal_website" -version = "0.3.4" +version = "0.3.5" description = "basic resume site written with flask and bootstrap and configurable with a YAML file" authors = ["jessebot "] license = "AGPL-3.0-or-later"