From a17bbf8d1f258865305f740e89d46cf8ef944cc9 Mon Sep 17 00:00:00 2001 From: Todd Palino Date: Fri, 19 Jan 2018 15:29:56 -0800 Subject: [PATCH] Update version to 0.1.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5bcb04..ab59db2 100755 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ def run(self): # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.7', + version='0.1.8', author='Todd Palino', author_email='tpalino@linkedin.com',