Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Oct 28, 2016
1 parent c62461b commit 22912d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci_addons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__author__ = 'The scikit-build team'
__email__ = 'scikit-build@googlegroups.com'
__version__ = '0.4.0'
__version__ = '0.5.0'


def addons():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup(
name='scikit-ci-addons',

version='0.4.0',
version='0.5.0',

author='The scikit-build team',
author_email='scikit-build@googlegroups.com',
Expand Down

0 comments on commit 22912d5

Please sign in to comment.