From 40ce518ca8e6cb7edd6c462c955b86bd59934f55 Mon Sep 17 00:00:00 2001 From: marzzzello <15198431+marzzzello@users.noreply.github.com> Date: Sun, 29 Oct 2023 20:21:20 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 325669b..7c06827 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readme(): setup( name='pytr', - version='0.1.8', + version='0.1.9', description='Use TradeRepublic in terminal', long_description=readme(), long_description_content_type='text/markdown',