From 2df995b2a3c6a72d1e2e7a2b170612a52191ba07 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Tue, 22 Dec 2015 10:26:06 +1100 Subject: [PATCH] Release 0.1.17 - closes #362 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8dccede2..bd82c690 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.util import convert_path from fnmatch import fnmatchcase from setuptools import setup, find_packages -version = '0.1.16' +version = '0.1.17' # Provided as an attribute, so you can append to these instead # of replicating them: