Skip to content
Snippets Groups Projects
Commit 2abfd5a4 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Re-version the package

parent 385de368
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
This package is a simple Boost.Python wrapper to the (rather quick) open-source This package is a simple Boost.Python wrapper to the (rather quick) open-source
facial landmark detector `flandmark facial landmark detector `flandmark
<http://cmp.felk.cvut.cz/~uricamic/flandmark/index.php>`_. If you use this <http://cmp.felk.cvut.cz/~uricamic/flandmark/index.php>`_, **version 1.0.6**.
package, the author asks you to cite the following paper:: If you use this package, the author asks you to cite the following paper::
@InProceedings{Uricar-Franc-Hlavac-VISAPP-2012, @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}, 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},
......
...@@ -94,7 +94,7 @@ def setup_bob_extension(ext_name, sources): ...@@ -94,7 +94,7 @@ def setup_bob_extension(ext_name, sources):
setup( setup(
name="xbob.flandmark", name="xbob.flandmark",
version="1.0.6", version="1.0.0",
description="", description="",
license="GPLv3", license="GPLv3",
author='Andre Anjos', author='Andre Anjos',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment