Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 0.11.0
  • Loading branch information
cdown committed Oct 4, 2015
1 parent 10ba4db commit bbe207b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit bbe207b

Please sign in to comment.