mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
bump version
This commit is contained in:
parent
5516112418
commit
20845d86f8
@ -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"
|
||||
|
||||
|
4
setup.py
4
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",
|
||||
|
Loading…
Reference in New Issue
Block a user