From e85b13267d3d7b5aac0242ab26d0a0f49a978be4 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Mon, 6 Feb 2023 10:24:34 -0500 Subject: [PATCH] Bump version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cf65c6ea..ff7f7c276 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.2.0" +version = "1.2.1" [tool.poetry.dependencies] click = ">=7.1.2,<9.0.0"