We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d08718 + db8727d commit 19795afCopy full SHA for 19795af
13 files changed
progressbar/__about__.py
@@ -14,12 +14,14 @@
14
__title__ = 'Python Progressbar'
15
__package_name__ = 'progressbar2'
16
__author__ = 'Rick van Hattem (Wolph)'
17
-__description__ = ' '.join('''
+__description__ = ' '.join(
18
+ '''
19
A Python Progressbar library to provide visual (yet text based) progress to
20
long running operations.
-'''.strip().split())
21
+'''.strip().split()
22
+)
23
__email__ = 'wolph@wol.ph'
-__version__ = '4.2.0'
24
+__version__ = '4.3b.0'
25
__license__ = 'BSD'
26
__copyright__ = 'Copyright 2015 Rick van Hattem (Wolph)'
27
__url__ = 'https://github.com/WoLpH/python-progressbar'
0 commit comments