From 2d308f3a900717fa756df39d927cee373be2ef33 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 19 Mar 2017 21:56:35 +0000 Subject: [PATCH] Bump version --- setup.cfg | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7dae1692..989029cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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] + diff --git a/setup.py b/setup.py index 03f77a8e..d941abf2 100644 --- a/setup.py +++ b/setup.py @@ -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",