From 0ada7302254e896f47390272e13a91c22d799917 Mon Sep 17 00:00:00 2001 From: Heiko Carrasco Date: Fri, 28 Aug 2020 16:32:30 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.4=20=E2=86=92=200.4.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5b24653..56d0f19 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.4 +current_version = 0.4.5 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index 3022617..df5747a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='dfnclient', - version='0.4.4', + version='0.4.5', license='MIT', description='Certificate client based on the soap API of the dfn', install_requires =['click==7.1.2', 'termcolor==1.1.0', 'suds-py3==1.4.1.0', 'cryptography==3.1'],