From bbe207b94a44fcefe81a7329667c80d6045ec72c Mon Sep 17 00:00:00 2001 From: Chris Down Date: Sun, 4 Oct 2015 10:14:21 +0100 Subject: [PATCH] Bump version to 0.11.0 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2ee9eb4..083a5d6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ sys.path.insert(0, os.path.abspath('..')) project = 'aur' -version = '0.10.0' +version = '0.11.0' release = version # pylint: disable=redefined-builtin diff --git a/setup.py b/setup.py index 6deaee2..4491ab8 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='aur', - version='0.10.0', + version='0.11.0', description='Arch User Repository API interface.', long_description=README, author='Chris Down',