From 220cc1e26e5954694cb58d5bbd03b83e38e49494 Mon Sep 17 00:00:00 2001 From: drymer Date: Fri, 21 Jul 2017 08:56:44 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 728d839..b49fbe4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = '0.1.6' +VERSION = '0.1.7' setup(name='jabbergram', version=VERSION,