diff --git a/setup.py b/setup.py index c2d3335..22eea93 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ test_required = f.read().splitlines() setup(name='argschema', - version='1.14.0', + version='1.14.1', 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',