From 3d4c46704ae67eec414e1ff337d179b3f8355d61 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Tue, 8 Nov 2011 18:00:22 +1100 Subject: [PATCH] Incrememtn version number & rebuild for PyPi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db66a1e9..8d1d2d6c 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.4b' +version = '0.1.5b' # Provided as an attribute, so you can append to these instead # of replicating them: