From 57dcc753892f25ae72fb87d620330692e387e4b0 Mon Sep 17 00:00:00 2001 From: jarrekk Date: Thu, 2 Nov 2017 00:27:59 -0500 Subject: [PATCH] Update __init__.py version to be 0.1.8 --- imgkit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgkit/__init__.py b/imgkit/__init__.py index 5f44d5c..24ea59a 100644 --- a/imgkit/__init__.py +++ b/imgkit/__init__.py @@ -5,7 +5,7 @@ __author__ = 'jarrekk' __contact__ = 'me@jarrekk.com' -__version__ = '0.1.7' +__version__ = '0.1.8' __homepage__ = 'https://github.com/jarrekk/imgkit' __license__ = 'MIT'