diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 27ca2b8..ba27709 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.17 +current_version = 0.4.18 commit = True tag = True diff --git a/doc/conf.py b/doc/conf.py index 028988a..571718a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,7 +61,7 @@ author = u'Pete Shadbolt' # The short X.Y version. version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.4.17' +release = '0.4.18' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index ea6d4d8..b3543e1 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.17", + version = "0.4.18", packages = ["abp", "abp.static"], test_suite = "tests", author = "Pete Shadbolt",