diff --git a/setup.py b/setup.py index ebf6905..dc5368b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='dfnclient', - version='0.3.0', + version='0.4.0', license='MIT', description='Certificate client based on the soap API of the dfn', install_requires =['click==7.1.1', 'termcolor==1.1.0', 'suds-py3==1.4.0.0', 'cryptography==2.8'],