From 0cc01952e4401e000b0bcba1329ae42579abeae1 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Sun, 31 Jul 2016 13:37:25 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.8=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 049e00c..d010f69 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ STATIC = glob("abp/static/*.*")+glob("abp/static/img/*.*")+glob("abp/static/scri setup( name = "abp", - version = "0.4.8", + version = "0.5.0", packages = ["abp", "abp.static"], test_suite = "tests", author = "Pete Shadbolt",