diff --git a/setup.py b/setup.py index 4aacb31..275333e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup( name='arghandler', - version='1.0', + version='1.0.1', description='argparse extended with awesome feature enhancements to make life easier', author='Derek Ruths', author_email='druths@networkdynamics.org',