From 5a51d96c739ca181e30ed1675c81682c87d4a2fa Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Wed, 29 Jun 2016 08:23:05 +1000 Subject: [PATCH] bump version number and release to pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54166479..6b91933f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from distutils.util import convert_path from fnmatch import fnmatchcase from setuptools import setup, find_packages -version = '0.1.17' +version = '0.1.18' # Provided as an attribute, so you can append to these instead # of replicating them: