diff --git a/README.rst b/README.rst index 77d5ffb..9f358df 100644 --- a/README.rst +++ b/README.rst @@ -394,6 +394,7 @@ Contributors - `Aditya Natraj `__ - `Sterling Petersen `__ - `Aleix `__ +- `Bob Lannon `__ License ------- diff --git a/setup.py b/setup.py index ef70c33..053277a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand -__version__ = '0.0.22' +__version__ = '0.0.23' class PyTest(TestCommand):