From 3db7b8dc634ef5169c77a47fa3d6790a5a0b6ddc Mon Sep 17 00:00:00 2001 From: Philipp Zumstein Date: Mon, 26 Sep 2016 21:20:33 +0200 Subject: [PATCH] Update setup.py, bump version 1.1.0 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba738d5..27df927 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -VERSION = '1.0.1' +VERSION = '1.1.0' import glob from setuptools import setup @@ -21,6 +21,8 @@ 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Multimedia :: Graphics :: Graphics Conversion', 'Topic :: Scientific/Engineering :: Image Recognition', 'Topic :: Utilities',