From e37846e1c114fdfc0d93b9ebafd80fcdbb50a33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 5 Oct 2015 20:34:14 +0200 Subject: [PATCH] bump version number --- gallery_dl/__init__.py | 2 +- setup.py | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gallery_dl/__init__.py b/gallery_dl/__init__.py index b0cebaed..fc696489 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.2" +__version__ = "0.3" __maintainer__ = "Mike Fährmann" __email__ = "mike_faehrmann@web.de" diff --git a/setup.py b/setup.py index fe2d134e..a65215bf 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: setup( name="gallery_dl", - version="0.2", + version="0.3", description="gallery- and image downloader", long_description="download image galleries from several image hosting platforms", url="https://github.com/mikf/gallery-dl", @@ -41,8 +41,10 @@ setup( "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only", - "Topic :: Internet :: WWW/HTTP :: Indexing/Search", + "Topic :: Internet", + "Topic :: Internet :: WWW/HTTP", "Topic :: Multimedia", "Topic :: Multimedia :: Graphics", ],