Skip to content

Commit 353fb31

Browse files
author
Polle Vanhoof
committed
Some small pypi fixes
1 parent 4bcedb4 commit 353fb31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
464 Bytes
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
setup(
88
name = 'python_progress_bar',
99
packages = ['python_progress_bar'],
10-
version = '1.0',
10+
version = '1.01',
1111
license='MIT',
1212
description = 'A progress bar for python shell scripts (Linux)',
1313
author = 'Polle Vanhoof',
1414
author_email = 'vanhoofpolle@gmail.com',
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
url = 'https://github.com/pollev/python_progress_bar',
18-
download_url = 'https://github.com/pollev/python_progress_bar/archive/v1.0.tar.gz',
18+
download_url = 'https://github.com/pollev/python_progress_bar/archive/v1.01.tar.gz',
1919
keywords = ['progress', 'bar', 'indicator'],
2020
install_requires=[
2121
],

0 commit comments

Comments
 (0)