Increment version number

This commit is contained in:
Ross Poulton 2012-04-25 18:05:37 +10:00
parent a45f4510ed
commit 4b2cd30e67

View File

@ -4,7 +4,7 @@ from distutils.util import convert_path
from fnmatch import fnmatchcase from fnmatch import fnmatchcase
from setuptools import setup, find_packages 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 # Provided as an attribute, so you can append to these instead
# of replicating them: # of replicating them: