From 4b2cd30e673199d3b10752d61d746a8370c1eb61 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Wed, 25 Apr 2012 18:05:37 +1000 Subject: [PATCH] Increment version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e95db07..327e51b2 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.6b' +version = '0.1.7b' # Provided as an attribute, so you can append to these instead # of replicating them: