From 65c360cf64ddd868c2456d87c8f413b39cc859ff Mon Sep 17 00:00:00 2001
From: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Thu, 30 Jul 2015 10:40:06 +0200
Subject: [PATCH] Bump version to 0.4

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 84efbd3..ec9dce6 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ ext_modules = [ Extension('pyradau13', sources = [ 'pyradau13.c', 'lib/radau.f',
 
 setup(
     name = 'pyradau13',
-    version = '0.3',
+    version = '0.4',
     author = 'Phillip Berndt',
     author_email = 'phillip.berndt@googlemail.com',
     license = 'GPL',
-- 
GitLab