From 98f48e0e19b602415d7d4cab3d71239bbbeb6205 Mon Sep 17 00:00:00 2001 From: Artanicus Date: Sat, 1 Apr 2017 21:16:49 +0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e03e0c8..014d320 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = file.read() setup(name='cozify', - version = '0.2.1', + version = '0.2.2', author = 'artanicus', author_email = 'python-cozify@nocturnal.fi', url = 'https://github.com/Artanicus/python-cozify',