diff --git a/setup.py b/setup.py index c304dd5e..2ec8bc99 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='tqdm', - version='1.1', + version='1.0', description='A Simple Python Progress Meter', license='MIT License', author='Noam Yorav-Raphael',