From fc68b8c88c383b488341868d29674796b7bb2ea6 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Wed, 10 Oct 2012 18:30:34 +0200 Subject: [PATCH] Updated the version --- buildout.cfg | 11 +---------- setup.py | 8 ++++---- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index a171899..3537f5b 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -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 diff --git a/setup.py b/setup.py index 3a7a6e6..3839abc 100644 --- a/setup.py +++ b/setup.py @@ -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', -- GitLab