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
# 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',
],
)
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