From 2d592bb79708297af065c22b0ed161e5f9235bd7 Mon Sep 17 00:00:00 2001
From: Ellis Percival <flyte@failcode.co.uk>
Date: Sun, 25 Feb 2018 10:49:07 +0000
Subject: [PATCH] Bump version to 0.2.2

---
 setup.cfg | 2 +-
 setup.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 6e0a4aa..f1c1191 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.2.1
+current_version = 0.2.2
 commit = True
 tag = True
 tag_name = {new_version}
diff --git a/setup.py b/setup.py
index ba49573..23c7a6b 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ class SchemaCommand(Command):
 
 setup(
     name="pi_mqtt_gpio",
-    version="0.2.1",
+    version="0.2.2",
     cmdclass={"insert_schema": SchemaCommand},
     packages=find_packages(
         exclude=[
-- 
GitLab