From 7e46412a38755e62b8396fedc624fa0ec00778e5 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Mon, 15 Aug 2016 11:32:03 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.12=20=E2=86=92=200.4.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 812b1b8..175303c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.12 +current_version = 0.4.13 commit = True tag = True diff --git a/setup.py b/setup.py index 9ed814f..070bfb9 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.12", + version = "0.4.13", packages = ["abp", "abp.static"], test_suite = "tests", author = "Pete Shadbolt",