From: Guillaume Pellerin Date: Mon, 30 Sep 2013 10:40:30 +0000 (+0200) Subject: go to 0.5.0, fix some copyrights X-Git-Tag: 0.5.0~60 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=63acaefbfd3874e7ccb1b064442fc2f30c5a8205;p=timeside.git go to 0.5.0, fix some copyrights --- diff --git a/README.rst b/README.rst index 1abebec..fe5f34c 100644 --- a/README.rst +++ b/README.rst @@ -287,6 +287,7 @@ Copyrights * Copyright (c) 2006, 2013 Parisson SARL * Copyright (c) 2006, 2013 Guillaume Pellerin - * Copyright (c) 2010, 2012 Paul Brossier + * Copyright (c) 2010, 2013 Paul Brossier + * Copyright (c) 2013 Thomas Fillon * Copyright (c) 2006, 2010 Samalyse SARL diff --git a/setup.py b/setup.py index 2d4c1ce..1e0fd59 100644 --- a/setup.py +++ b/setup.py @@ -26,14 +26,12 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin, Paul Brossier, Riccardo Zaccarelli, Olivier Guilyardi", author_email = "yomguy@parisson.com, piem@piem.org, riccardo.zaccarelli@gmail.com, olivier@samalyse.com", - version = '0.4.5', + version = '0.5.0', install_requires = [ 'setuptools', - 'numpy>=1.6.2', + 'numpy', 'mutagen', 'pil', - 'scipy', - 'hf5py', ], platforms=['OS Independent'], license='Gnu Public License V2', diff --git a/timeside/__init__.py b/timeside/__init__.py index 4ea5fbe..11cb896 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -3,4 +3,4 @@ import api import core -__version__ = '0.4.5' +__version__ = '0.5.0'