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

Set version to a higher number

parent 20d438c6
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python #!/usr/bin/env python
# vim: set fileencoding=utf-8 : # vim: set fileencoding=utf-8 :
# Andre Anjos <andre.anjos@idiap.ch> # 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 """Bindings for flandmark
""" """
...@@ -13,7 +13,7 @@ from xbob.extension import Extension, build_ext ...@@ -13,7 +13,7 @@ from xbob.extension import Extension, build_ext
setup( setup(
name="xbob.flandmark", name="xbob.flandmark",
version="1.0.10", version="1.0.11",
description="Python bindings to the flandmark keypoint localization library", description="Python bindings to the flandmark keypoint localization library",
license="GPLv3", license="GPLv3",
author='Andre Anjos', author='Andre Anjos',
...@@ -69,5 +69,5 @@ setup( ...@@ -69,5 +69,5 @@ setup(
'Programming Language :: Python', 'Programming Language :: Python',
'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Scientific/Engineering :: Artificial Intelligence',
], ],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment