From 897818f21b988f38420e3f2679d0f0850735076b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 16 Oct 2013 11:19:43 +0200 Subject: [PATCH] goto 0.5.1 --- setup.py | 2 +- timeside/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 41e11d0..38e65dd 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.0', + version = '0.5.1', install_requires = [ 'setuptools', 'numpy', diff --git a/timeside/__init__.py b/timeside/__init__.py index cd19602..808286c 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -7,4 +7,4 @@ import analyzer import grapher import encoder -__version__ = '0.5.0' +__version__ = '0.5.1' -- 2.39.5