From 053cefd12f7e18f6ad7bf2910f7ee702467cb983 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Thu, 6 Nov 2014 15:39:14 +0100
Subject: [PATCH] Bug fix

---
 MANIFEST.in | 3 +--
 setup.py    | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index a65ebee..e0e0bab 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,2 @@
 include README.rst bootstrap.py buildout.cfg COPYING
-recursive-include doc *.py *.rst
-recursive-include bob *.lst
+recursive-include xbob *.lst
diff --git a/setup.py b/setup.py
index 71b614a..47c669c 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages
 setup(
 
     name='xbob.db.cbsr_nir_vis_2',
-    version='1.0.0',
+    version='1.0.1',
     description='CASIA NIR-VIS 2.0 Face Database protocol',
     url='',
     license='GPLv3',
-- 
GitLab