diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e2f1453..e8f19f7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.9 +current_version = 0.4.10 commit = True tag = True diff --git a/setup.py b/setup.py index 6d736f0..679c800 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.9", + version = "0.4.10", packages = ["abp", "abp.static"], test_suite = "tests", author = "Pete Shadbolt",