bump version
This commit is contained in:
@@ -30,7 +30,7 @@ Usage
|
|||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
$ gallery-dl URL [URL...]
|
$ gallery-dl [URL]...
|
||||||
|
|
||||||
|
|
||||||
Supported Sites
|
Supported Sites
|
||||||
|
|||||||
@@ -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.1"
|
__version__ = "0.5.2"
|
||||||
__maintainer__ = "Mike Fährmann"
|
__maintainer__ = "Mike Fährmann"
|
||||||
__email__ = "mike_faehrmann@web.de"
|
__email__ = "mike_faehrmann@web.de"
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ def read(fname):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="gallery_dl",
|
name="gallery_dl",
|
||||||
version="0.5.1",
|
version="0.5.2",
|
||||||
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user