From 407f6790e935a8d729caea8046d311860b0aed06 Mon Sep 17 00:00:00 2001 From: grindsa Date: Sun, 10 Dec 2023 08:09:23 +0100 Subject: [PATCH] [rel] bump to v0..25 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8698bb..a66dc08 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = (this_directory / 'README.md').read_text() setup(name='dkb_robo', - version='0.24.1', + version='0.25', description='library to access the internet banking area of "Deutsche Kreditbank" to get account information and transactions.', long_description=long_description, long_description_content_type='text/markdown',