From 52809a3fbbcab614578c15bfd10eeaa0bab18c3d Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Thu, 7 Nov 2024 11:20:11 -0500 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a5192578..553d13cd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-only" name = "thetagang" readme = "README.md" repository = "https://github.com/brndnmtthws/thetagang.git" -version = "1.13.1" +version = "1.13.2" [tool.poetry.dependencies] click = "^8.1.3"