From e21def0e1b69bb8a92813247d1cefa6d292491ed Mon Sep 17 00:00:00 2001 From: Christoph Langer Date: Wed, 18 Feb 2026 21:57:11 +0100 Subject: [PATCH] Create new version 0.4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3d523b..fadc3b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytr" -version = "0.4.5" +version = "0.4.6" description = "Use TradeRepublic in terminal" readme = "README.md" requires-python = ">=3.10"