From f5e7727d1274770cd06405c48bbbed7855c00e89 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Sun, 31 Jul 2016 16:20:14 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.10=20=E2=86=92=200.4.11?= 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 e8f19f7..9a2b8e1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.10 +current_version = 0.4.11 commit = True tag = True diff --git a/setup.py b/setup.py index 679c800..8002b56 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.10", + version = "0.4.11", packages = ["abp", "abp.static"], test_suite = "tests", author = "Pete Shadbolt",