From 96e9c08c0e3b7fe43a6023e06ab108d1e298afda Mon Sep 17 00:00:00 2001 From: Ellis Percival <flyte@failcode.co.uk> Date: Wed, 26 Jul 2017 14:25:16 +0100 Subject: [PATCH] Bump version to 0.0.12 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5f5cc0f..6463b56 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.11 +current_version = 0.0.12 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 1a8388f..76d8cb8 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def required(fname): setup( name="pi_mqtt_gpio", - version="0.0.11", + version="0.0.12", packages=find_packages( exclude=[ "*.tests", -- GitLab