From 852b2dd215950b97502a7ae90c4cd942a35a9b33 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5