From e3f4c6ef83e63cfb1739668e8ab22eaf91b485ee Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 27 Sep 2012 02:59:34 +0200 Subject: [PATCH] go to 0.4.0 --- setup.py | 2 +- timeside/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 916392f..38c6821 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( long_description = open('README.rst').read(), author = ["Guillaume Pellerin", "Olivier Guilyardi", "Riccardo Zaccarelli", "Paul Brossier"], author_email = ["yomguy@parisson.com","olivier@samalyse.com", "riccardo.zaccarelli@gmail.com", "piem@piem.org"], - version = '0.3.3', + version = '0.4.0', install_requires = [ 'setuptools', 'numpy', diff --git a/timeside/__init__.py b/timeside/__init__.py index c001075..9aff885 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -11,4 +11,4 @@ import timeside.grapher import timeside.analyzer from timeside.core import * -__version__ = '0.3.3' +__version__ = '0.4.0' -- 2.39.5