From 11551d316d77675f75b5b7d8a64a0abb074e2916 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Thu, 18 Jun 2015 19:20:40 +0100 Subject: [PATCH] argh revert to 1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',