From 16b815ea5e617eafca265192f77cc3e6f8d8c2da Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Thu, 17 Nov 2016 14:44:06 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.16=20=E2=86=92=200.4.17?= 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 3a09af7..35237a6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.16 +current_version = 0.4.17 commit = True tag = True diff --git a/setup.py b/setup.py index b36af03..ea6d4d8 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.16", + version = "0.4.17", packages = ["abp", "abp.static"], test_suite = "tests", author = "Pete Shadbolt",