From 2abfd5a4762498612ba7d721a4e0202fed8fb747 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Tue, 25 Sep 2012 16:35:54 +0200 Subject: [PATCH] Re-version the package --- README.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 7d00d49..e4b56a0 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 0bffb33..6016b3b 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', -- GitLab