From 085d56f4405f3807ed74bd496637ae3456ccc0c2 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 21 Sep 2012 11:20:59 +0200 Subject: [PATCH] Adds versioning information --- flandmark/version.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 flandmark/version.py diff --git a/flandmark/version.py b/flandmark/version.py new file mode 100644 index 0000000..e2ab169 --- /dev/null +++ b/flandmark/version.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python +# vim: set fileencoding=utf-8 : +# Andre Anjos <andre.anjos@idiap.ch> +# Fri 21 Sep 2012 10:47:05 CEST + +"""Returns the currently compiled version number""" + +__version__ = __import__('pkg_resources').get_distribution('flandmark').version -- GitLab