bump version number
This commit is contained in:
@@ -10,7 +10,7 @@ __author__ = "Mike Fährmann"
|
|||||||
__copyright__ = "Copyright 2014, 2015 Mike Fährmann"
|
__copyright__ = "Copyright 2014, 2015 Mike Fährmann"
|
||||||
|
|
||||||
__license__ = "GPLv2"
|
__license__ = "GPLv2"
|
||||||
__version__ = "0.2"
|
__version__ = "0.3"
|
||||||
__maintainer__ = "Mike Fährmann"
|
__maintainer__ = "Mike Fährmann"
|
||||||
__email__ = "mike_faehrmann@web.de"
|
__email__ = "mike_faehrmann@web.de"
|
||||||
|
|
||||||
|
|||||||
6
setup.py
6
setup.py
@@ -8,7 +8,7 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="gallery_dl",
|
name="gallery_dl",
|
||||||
version="0.2",
|
version="0.3",
|
||||||
description="gallery- and image downloader",
|
description="gallery- and image downloader",
|
||||||
long_description="download image galleries from several image hosting platforms",
|
long_description="download image galleries from several image hosting platforms",
|
||||||
url="https://github.com/mikf/gallery-dl",
|
url="https://github.com/mikf/gallery-dl",
|
||||||
@@ -41,8 +41,10 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.2",
|
"Programming Language :: Python :: 3.2",
|
||||||
"Programming Language :: Python :: 3.3",
|
"Programming Language :: Python :: 3.3",
|
||||||
"Programming Language :: Python :: 3.4",
|
"Programming Language :: Python :: 3.4",
|
||||||
|
"Programming Language :: Python :: 3.5",
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
"Topic :: Internet :: WWW/HTTP :: Indexing/Search",
|
"Topic :: Internet",
|
||||||
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
"Topic :: Multimedia",
|
"Topic :: Multimedia",
|
||||||
"Topic :: Multimedia :: Graphics",
|
"Topic :: Multimedia :: Graphics",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user