mirror of https://github.com/tqdm/tqdm.git
argh revert to 1.0
This commit is contained in:
parent
92bf2cff52
commit
11551d316d
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='tqdm',
|
name='tqdm',
|
||||||
version='1.1',
|
version='1.0',
|
||||||
description='A Simple Python Progress Meter',
|
description='A Simple Python Progress Meter',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
author='Noam Yorav-Raphael',
|
author='Noam Yorav-Raphael',
|
||||||
|
|
Loading…
Reference in New Issue