bump version and contributors

This commit is contained in:
Kurt Grandis 2016-09-06 14:12:29 -04:00
parent fab9d41262
commit c939ead268
2 changed files with 3 additions and 1 deletions

View File

@ -10,3 +10,5 @@ Contributors
* Radu Voicilas
* Victor Stinner
* Mathieu Mitchell
* Allen Hamlett
* Daniel Miller

View File

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