From 0473ff089a7f4b402846293f95e37f7d1459f058 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Mon, 16 Sep 2013 11:48:20 +1000 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed2b8c92..759a2b86 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.9' +version = '0.1.10' # Provided as an attribute, so you can append to these instead # of replicating them: