diff --git a/setup.cfg b/setup.cfg index 224a779..08aedd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md \ No newline at end of file +description_file = README.md diff --git a/setup.py b/setup.py index b11d6eb..49c0ecf 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readme(file='', split=False): setup( name='pyderman', - version='2.0.1', + version='2.0.2', description='Installs the latest Chrome/Firefox/Opera/PhantomJS/Edge web drivers automatically.', long_description=readme('README.md'), long_description_content_type='text/markdown',