From c39f030376759336be1495b165ded52365d7ed5b Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Fri, 19 Jul 2013 14:12:18 +0200
Subject: [PATCH] Set version to a higher number

---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index eeedf48..f34c75f 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # vim: set fileencoding=utf-8 :
 # Andre Anjos <andre.anjos@idiap.ch>
-# Thu 20 Sep 2012 14:43:19 CEST 
+# Thu 20 Sep 2012 14:43:19 CEST
 
 """Bindings for flandmark
 """
@@ -13,7 +13,7 @@ from xbob.extension import Extension, build_ext
 setup(
 
     name="xbob.flandmark",
-    version="1.0.10",
+    version="1.0.11",
     description="Python bindings to the flandmark keypoint localization library",
     license="GPLv3",
     author='Andre Anjos',
@@ -69,5 +69,5 @@ setup(
       'Programming Language :: Python',
       'Topic :: Scientific/Engineering :: Artificial Intelligence',
       ],
-    
+
     )
-- 
GitLab