From d6cee6cfe415906b83fda82c6b3ab76e5cc7d87c Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Mon, 8 Dec 2014 09:07:54 +1100 Subject: [PATCH] Bump version for pypi release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec771427..23c1cc9c 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.12' +version = '0.1.13' # Provided as an attribute, so you can append to these instead # of replicating them: