From 4c33bd03e84a9ddaf72418022524d7c4d09bc45f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 25 Apr 2013 15:00:47 +0200 Subject: [PATCH] goto 0.5 --- setup.py | 2 +- timeside/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' -- 2.39.5