Skip to content
Snippets Groups Projects
Commit fc68b8c8 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Updated the version

parent 39b09ecb
No related branches found
No related tags found
No related merge requests found
......@@ -3,20 +3,11 @@
; Mon 16 Apr 08:29:18 2012 CEST
[buildout]
parts = external tests sphinx python
parts = tests sphinx python
newest = false
develop = .
eggs = bob
xbob.db.replay
bob = /idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release
extensions = mr.developer
[sources]
antispoofing.utils = fs antispoofing.utils
[external]
recipe = xbob.buildout:external
egg-directories = ${buildout:bob}/lib
[tests]
recipe = xbob.buildout:nose
......
......@@ -10,9 +10,9 @@ from setuptools import setup, find_packages
setup(
name='xbob.db.replay',
version='1.0.0a1',
version='1.0.1a0',
description='Replay Attack Database Access API for Bob',
url='http://github.com/bioidiap/xbob.db.replay',
url='http://pypi.python.org/pypi/xbob.db.replay',
license='GPLv3',
author='Andre Anjos',
author_email='andre.anjos@idiap.ch',
......@@ -52,8 +52,8 @@ setup(
},
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
'Programming Language :: Python',
......
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