From: Guillaume Pellerin Date: Fri, 4 Jul 2014 14:14:44 +0000 (+0200) Subject: goto 0.5.6.3 X-Git-Tag: 0.5.6.3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d092bcc922443f0a81adef915f96a83582691c7e;p=timeside.git goto 0.5.6.3 --- diff --git a/setup.py b/setup.py index 585cf36..126d6e5 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin, Paul Brossier, Thomas Fillon, Riccardo Zaccarelli, Olivier Guilyardi", author_email = "yomguy@parisson.com, piem@piem.org, thomas@parisson.com, riccardo.zaccarelli@gmail.com, olivier@samalyse.com", - version = '0.5.6', + version = '0.5.6.3', install_requires = [ 'numpy', 'mutagen', diff --git a/timeside/__init__.py b/timeside/__init__.py index d95b218..6fc906d 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -26,7 +26,7 @@ from . import api from . import core -__version__ = '0.5.6' +__version__ = '0.5.6.3' # Check Availability of external Audio feature extraction librairies from .tools import package as ts_package