From b9da599d7e2575cf4a0cf2a5dddbc8b335e7fdf6 Mon Sep 17 00:00:00 2001 From: Bernardo Heynemann Date: Tue, 15 Sep 2015 09:38:43 -0300 Subject: [PATCH] Release 1.2.0 --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index c56f0f2..f30cd07 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # libthumbor - python extension to thumbor # http://github.com/heynemann/libthumbor -# Licensed under the MIT license: +# Licensed under the MIT license: # http://www.opensource.org/licenses/mit-license # Copyright (c) 2011 Bernardo Heynemann heynemann@gmail.com @@ -25,15 +25,15 @@ if sys.version_info[0] == 2: tests_require.append('thumbor') - + setup( name = 'libthumbor', - version = "1.1.0", + version = "1.2.0", description = "libthumbor is the python extension to thumbor", long_description = """ libthumbor is the python extension to thumbor. It allows users to generate safe urls easily. -""", +""", keywords = 'imaging face detection feature thumbor thumbnail' + \ ' imagemagick pil opencv', author = 'Bernardo Heynemann',