From 9059527b968ca0f1162498de0facb790d97d32dc Mon Sep 17 00:00:00 2001 From: Erik Bernhardsson Date: Wed, 13 Jul 2022 17:18:16 -0400 Subject: [PATCH] bump to 1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',