From 780d1c98acb124e102d2e10d24a844192fd149f0 Mon Sep 17 00:00:00 2001 From: laike9m Date: Thu, 10 Oct 2024 10:00:37 -0700 Subject: [PATCH] Bump to 1.1.1; Support Python 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b71a926..42078cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pdir2" -version = "1.1.0" +version = "1.1.1" authors = [{ name = "laike9m", email = "laike9m@gmail.com" }] dependencies = ['colorama;platform_system=="Windows"', 'typing-extensions==4.*'] requires-python = ">=3.8"