From 6579ededc5deb347a2940f4b7ae426c45cadabf4 Mon Sep 17 00:00:00 2001 From: FasterSpeeding Date: Wed, 26 Jul 2023 23:40:39 +0100 Subject: [PATCH] Bump version (#108) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e227ca6..9b6ee909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "tanchan" -version = "0.3.0" +version = "0.3.1" readme = "README.md" requires-python = ">=3.9.0,<3.12" license = {file = "LICENSE"}