From 8c19452d3040cf1147bf8f7ee1ccdc035df9e3f6 Mon Sep 17 00:00:00 2001 From: Niklas Rosenstein Date: Tue, 11 Feb 2025 14:58:23 +0100 Subject: [PATCH] Bump version to 0.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6e06be..140b62b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytr" -version = "0.4.0" +version = "0.4.1" description = "Use TradeRepublic in terminal" readme = "README.md" requires-python = ">=3.9"