Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Sep 15, 2015
1 parent 8001d6c commit b9da599
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]

Expand All @@ -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',
Expand Down

0 comments on commit b9da599

Please sign in to comment.