1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-25 12:12:34 +01:00

update README and bump version

This commit is contained in:
Mike Fährmann 2016-08-22 12:21:31 +02:00
parent fa14ef17ea
commit 57a616a36f
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
3 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,8 @@ gallery-dl
==========
*gallery-dl* is a small command-line tool to download images and entire image
galleries from several image hosting platforms.
galleries from several image hosting platforms. It requires Python 3.3+ to run
and works on Unix-like systems as well as Windows.
Installation

View File

@ -10,7 +10,7 @@ __author__ = "Mike Fährmann"
__copyright__ = "Copyright 2014-2016 Mike Fährmann"
__license__ = "GPLv2"
__version__ = "0.5.0"
__version__ = "0.5.1"
__maintainer__ = "Mike Fährmann"
__email__ = "mike_faehrmann@web.de"

View File

@ -13,7 +13,7 @@ def read(fname):
setup(
name="gallery_dl",
version="0.5.0",
version="0.5.1",
description="gallery- and image downloader",
long_description=read("README.rst"),
url="https://github.com/mikf/gallery-dl",