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
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 *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 Installation

View File

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

View File

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