From: Guillaume Pellerin Date: Fri, 8 Nov 2013 01:39:53 +0000 (+0100) Subject: 0.5.2 X-Git-Tag: 0.5.1-2~3^2~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7f359e9b2f36ab2d7f0a5f4e56ee22664e08231a;p=timeside.git 0.5.2 --- diff --git a/setup.py b/setup.py index 38e65dd..749b2ee 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,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.1', + version = '0.5.2', install_requires = [ 'setuptools', 'numpy', diff --git a/timeside/__init__.py b/timeside/__init__.py index 808286c..c7db90d 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -7,4 +7,4 @@ import analyzer import grapher import encoder -__version__ = '0.5.1' +__version__ = '0.5.2'