Bump version

This commit is contained in:
Joe Rickerby
2017-03-19 21:56:35 +00:00
parent dbc140958a
commit 2d308f3a90
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True
message = Bump version
[bumpversion:file:setup.py]
+1 -1
View File
@@ -8,7 +8,7 @@ except ImportError:
setup(
name='cibuildwheel',
version='0.1.0',
version='0.1.1',
description="Build Python wheels on CI with minimal configuration.",
long_description='For readme please see http://github.com/joerick/cibuildwheel',
author="Joe Rickerby",