1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2025-02-01 03:51:42 +01:00

bump version

This commit is contained in:
Mike Fährmann 2016-09-23 08:41:03 +02:00
parent e12862520d
commit 813317045e
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ Usage
.. code:: bash
$ gallery-dl URL [URL...]
$ gallery-dl [URL]...
Supported Sites

View File

@ -10,7 +10,7 @@ __author__ = "Mike Fährmann"
__copyright__ = "Copyright 2014-2016 Mike Fährmann"
__license__ = "GPLv2"
__version__ = "0.5.1"
__version__ = "0.5.2"
__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.1",
version="0.5.2",
description="gallery- and image downloader",
long_description=read("README.rst"),
url="https://github.com/mikf/gallery-dl",