From 3abf7eb102aca49ec1dabde4a7e42d6e4335c3fb Mon Sep 17 00:00:00 2001
From: martmists <martmists@gmail.com>
Date: Tue, 7 Mar 2017 20:32:48 +0100
Subject: [PATCH] Increment version

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 54ee291..9228b51 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ with open('README.md') as f:
 setup(
     name='owo',
 
-    version='2.2.0',
+    version='2.2.1',
 
     description='Python API wrapper for api.awau.moe',
     long_description=long_description,
-- 
GitLab