diff --git a/setup.py b/setup.py index 14e8f08..580feb4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ ''' setup(name='JSONSchema2DB', - version='1.0.1', + version='1.1.0', description='Generate database tables from JSON schema', long_description=long_description, url='https://better.engineering/jsonschema2db',