diff --git a/setup.py b/setup.py index 9b22e052..66186128 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='allofplos', # https://packaging.python.org/en/latest/single_source_version.html - version='0.9.0', + version='0.9.5', description='Get and analyze all PLOS articles', long_description=long_description, url='https://github.com/PLOS/allofplos', @@ -44,7 +44,6 @@ 'idna>=2.6', 'lxml>=4.0.0', 'peewee==2.10.2', - 'progressbar2>=3.34.3', 'python-utils>=2.2.0', 'requests>=2.18.4', 'six>=1.11.0',