From 56f95b9d6493af5a79623fe9abffdb2087551cd3 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 11 Jun 2014 21:02:43 +0200 Subject: [PATCH] goto 0.5.7 --- setup.py | 2 +- timeside/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 585cf36..f6b5a58 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.7', install_requires = [ 'numpy', 'mutagen', diff --git a/timeside/__init__.py b/timeside/__init__.py index d95b218..9cf2959 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.7' # Check Availability of external Audio feature extraction librairies from .tools import package as ts_package -- 2.39.5