diff --git a/README.rst b/README.rst
index 7d00d49bf83667786298d4f21043f2a865140bde..e4b56a02cf41da30add288e75b0bbc4a9e18ee4d 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,8 @@
 
 This package is a simple Boost.Python wrapper to the (rather quick) open-source
 facial landmark detector `flandmark
-<http://cmp.felk.cvut.cz/~uricamic/flandmark/index.php>`_. If you use this
-package, the author asks you to cite the following paper::
+<http://cmp.felk.cvut.cz/~uricamic/flandmark/index.php>`_, **version 1.0.6**.
+If you use this package, the author asks you to cite the following paper::
 
   @InProceedings{Uricar-Franc-Hlavac-VISAPP-2012,
     author =      {U{\\v{r}}i{\\v{c}}{\\'{a}}{\\v{r}}, Michal and Franc, Vojt{\\v{e}}ch and Hlav{\\'{a}}{\\v{c}}, V{\\'{a}}clav},
diff --git a/setup.py b/setup.py
index 0bffb33505ca757714ee0099b9d94f36aa9c8e1b..6016b3baf6a2869206a330ab97fdb8bef4fe4632 100644
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,7 @@ def setup_bob_extension(ext_name, sources):
 setup(
 
     name="xbob.flandmark",
-    version="1.0.6",
+    version="1.0.0",
     description="",
     license="GPLv3",
     author='Andre Anjos',