From 50e1e1ea23de1ce6ed3c1b63b98e5bf268379e91 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Mon, 9 May 2011 21:50:49 +0000 Subject: [PATCH] Update version number ready to push to PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85b00983..db66a1e9 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.3a1.dev6' +version = '0.1.4b' # Provided as an attribute, so you can append to these instead # of replicating them: