diff --git a/setup.py b/setup.py index 3f2af6b..29edabc 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='servant', packages=find_packages(exclude=['test', 'examples', 'examples.*']), - version = '0.1.3', + version = '0.1.4', description = 'A library for building services', author='Brian Zambrano', author_email='brianz@clearcareonline.com',