diff --git a/gallery_dl/__init__.py b/gallery_dl/__init__.py index 147e874a..269fc6a8 100644 --- a/gallery_dl/__init__.py +++ b/gallery_dl/__init__.py @@ -10,7 +10,7 @@ __author__ = "Mike Fährmann" __copyright__ = "Copyright 2014, 2015 Mike Fährmann" __license__ = "GPLv2" -__version__ = "0.3.2" +__version__ = "0.3.3" __maintainer__ = "Mike Fährmann" __email__ = "mike_faehrmann@web.de" diff --git a/setup.py b/setup.py index ca387b35..4919c64d 100644 --- a/setup.py +++ b/setup.py @@ -13,11 +13,11 @@ def read(fname): setup( name="gallery_dl", - version="0.3.2", + version="0.3.3", description="gallery- and image downloader", long_description=read("README.rst"), url="https://github.com/mikf/gallery-dl", - download_url="https://codeload.github.com/mikf/gallery-dl/zip/v0.3.2", + download_url="https://github.com/mikf/gallery-dl/releases/latest", author="Mike Fährmann", author_email="mike_faehrmann@web.de", license="GPLv2",