From dedca99d407d35824e628c1c76bc7ea0913b1c14 Mon Sep 17 00:00:00 2001 From: ghandic Date: Wed, 14 Apr 2021 12:29:50 +1000 Subject: [PATCH] incremented version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8baac1d..c422188 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="jsf", - version="0.1.1", + version="0.2.0", author="ghandic", description="Creates fake JSON files from a JSON schema", long_description=long_description,