From f8f3278915a2647db49ec8d1b6fa02208d1fd8a7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 21 Jan 2014 11:10:09 +0100 Subject: [PATCH] goto 0.5.4 --- setup.py | 2 +- timeside/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 23325cc..7a786ca 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.3', + version = '0.5.4', install_requires = [ 'setuptools', 'numpy', diff --git a/timeside/__init__.py b/timeside/__init__.py index e2bbe9f..74b6c8c 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -7,4 +7,4 @@ import analyzer import grapher import encoder -__version__ = '0.5.3' +__version__ = '0.5.4' -- 2.39.5