From 7bf792a40c184c776d9e4862be066eca0ebbbf88 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sat, 11 Jan 2025 19:49:38 +0100 Subject: [PATCH] bump python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c367fa1..b5a78cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tiny_personal_website" -version = "0.3.0" +version = "0.3.1" description = "basic resume site written with flask and bootstrap and configurable with a YAML file" authors = ["jessebot "] license = "AGPL-3.0-or-later"