From d816ee4360bcc5ea44deb663331eb1b5009f95cf Mon Sep 17 00:00:00 2001
From: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Sat, 5 Nov 2016 16:25:37 +0100
Subject: [PATCH] Bump version to 0.5

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

diff --git a/setup.py b/setup.py
index 2801ea2..146d1ad 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.4.1',
+    version = '0.5',
     author = 'Phillip Berndt',
     author_email = 'phillip.berndt@googlemail.com',
     license = 'GPL',
-- 
GitLab