bump version

pull/13/head v0.5.2
Mike Fährmann 8 years ago
parent e12862520d
commit 813317045e
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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

@ -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"

@ -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",

Loading…
Cancel
Save