From: Guillaume Pellerin Date: Thu, 25 Apr 2013 13:00:47 +0000 (+0200) Subject: goto 0.5 X-Git-Tag: 0.5.0~115^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4c33bd03e84a9ddaf72418022524d7c4d09bc45f;p=timeside.git goto 0.5 --- diff --git a/setup.py b/setup.py index 73cd95c..2b207c2 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin, Paul Brossier, Riccardo Zaccarelli, Olivier Guilyardi", author_email = "yomguy@parisson.com, piem@piem.org, riccardo.zaccarelli@gmail.com, olivier@samalyse.com", - version = '0.4.3', + version = '0.5', install_requires = [ 'setuptools', 'numpy>=1.6.2', diff --git a/timeside/__init__.py b/timeside/__init__.py index f5049b6..db7a771 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -9,4 +9,4 @@ def get_processors(proc_type): import timeside.analyzer return core.processors(proc_type) -__version__ = '0.4.3' +__version__ = '0.5'