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

Fix version probing

parent 5a1fe74d
No related branches found
Tags v1.0.2
No related merge requests found
......@@ -94,7 +94,7 @@ def setup_bob_extension(ext_name, sources):
setup(
name="xbob.flandmark",
version="1.0.1",
version="1.0.2",
description="Python bindings to the flandmark keypoint localization library",
license="GPLv3",
author='Andre Anjos',
......@@ -131,7 +131,7 @@ setup(
],
classifiers = [
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
......
......@@ -5,4 +5,4 @@
"""Returns the currently compiled version number"""
__version__ = __import__('pkg_resources').get_distribution('flandmark').version
__version__ = __import__('pkg_resources').get_distribution('xbob.flandmark').version
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