From 5cbcd0d4e8e5b9127e9682e34f0b5b39772b89d4 Mon Sep 17 00:00:00 2001 From: Andy Challis Date: Mon, 4 Dec 2023 11:07:28 +1100 Subject: [PATCH] Release 0.9.0 - supporting unordered defs (#87) --- jsf/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsf/BUILD b/jsf/BUILD index b819b1b..be6aeb3 100644 --- a/jsf/BUILD +++ b/jsf/BUILD @@ -22,7 +22,7 @@ python_distribution( long_description_path="README.md", provides=python_artifact( name="jsf", - version="0.8.0", + version="0.9.0", author="ghandic", description="Creates fake JSON files from a JSON schema", url="https://github.com/ghandic/jsf",