From 53adbc5dea4863636c8e6606e33ba211013ededa Mon Sep 17 00:00:00 2001 From: Christoph Langer Date: Thu, 6 Aug 2026 14:20:13 +0200 Subject: [PATCH] Bump version to 0.4.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 531bc63..6092f5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytr" -version = "0.4.10" +version = "0.4.11" description = "Use TradeRepublic in terminal" readme = "README.md" requires-python = ">=3.10"