updated version

This commit is contained in:
Kurt Grandis 2012-04-07 14:54:08 -04:00
parent f95cd94a57
commit daad39d93f

View File

@ -4,7 +4,7 @@ from setuptools import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read().strip()
VERSION = '0.1.7'
VERSION = '0.1.8'
setup(
name = "nose-exclude",