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