diff --git a/setup.py b/setup.py index 1a8ea5b..833569d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ test_required = f.read().splitlines() setup(name='argschema', - version='1.15.1', + version='1.15.2', description=' a wrapper for setting up modules that can have parameters specified by command line arguments,\ json_files, or dictionary objects. Providing a common wrapper for data processing modules.', author='Forrest Collman,David Feng',