From: Guillaume Pellerin Date: Mon, 16 Dec 2013 16:38:09 +0000 (+0100) Subject: goto 0.5.3 X-Git-Tag: 0.5.3~37 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=92af884077cda5a621882bad522f0c5caad084bd;p=timeside.git goto 0.5.3 --- diff --git a/setup.py b/setup.py index e3f19b1..5297a8f 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.2', + version = '0.5.3', install_requires = [ 'setuptools', 'numpy', diff --git a/timeside/__init__.py b/timeside/__init__.py index c7db90d..e2bbe9f 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -7,4 +7,4 @@ import analyzer import grapher import encoder -__version__ = '0.5.2' +__version__ = '0.5.3'