Skip to content

Commit 19795af

Browse files
committed
Merge branch 'release/4.3b.0'
2 parents 0d08718 + db8727d commit 19795af

13 files changed

Lines changed: 1048 additions & 413 deletions

progressbar/__about__.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
__title__ = 'Python Progressbar'
1515
__package_name__ = 'progressbar2'
1616
__author__ = 'Rick van Hattem (Wolph)'
17-
__description__ = ' '.join('''
17+
__description__ = ' '.join(
18+
'''
1819
A Python Progressbar library to provide visual (yet text based) progress to
1920
long running operations.
20-
'''.strip().split())
21+
'''.strip().split()
22+
)
2123
__email__ = 'wolph@wol.ph'
22-
__version__ = '4.2.0'
24+
__version__ = '4.3b.0'
2325
__license__ = 'BSD'
2426
__copyright__ = 'Copyright 2015 Rick van Hattem (Wolph)'
2527
__url__ = 'https://github.com/WoLpH/python-progressbar'

0 commit comments

Comments
 (0)