Skip to content

Commit

Permalink
pipy 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
d6o committed Jan 25, 2016
1 parent 60cee1b commit 890dea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
setup(
name = 'mdownload',
packages = ['mdownload'], # this must be the same as the name above
version = '0.3',
version = '0.4',
description = 'It is a small library to multi-threaded downloads.',
author = 'Diego Siqueira',
author_email = '[email protected]',
url = 'https://github.com/DiSiqueira/mdownload', # use the URL to the github repo
download_url = 'https://github.com/DiSiqueira/mdownload/tarball/0.3', # I'll explain this in a second
download_url = 'https://github.com/DiSiqueira/mdownload/tarball/0.4', # I'll explain this in a second
keywords = ['download', 'thread', 'speed', 'resume', 'multi', 'simple'], # arbitrary keywords
classifiers = [],
)

0 comments on commit 890dea5

Please sign in to comment.