From 1062664743735aabcd0f1d08cb924cd5c8954dc3 Mon Sep 17 00:00:00 2001 From: parodev93 <108930467+parodev93@users.noreply.github.com> Date: Tue, 3 Oct 2023 19:15:38 +0200 Subject: [PATCH] Increased version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf5c087..64fcfad 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readme(): setup( name='pytr', - version='0.1.5', + version='0.1.6', description='Use TradeRepublic in terminal', long_description=readme(), long_description_content_type='text/markdown',