diff --git a/pyproject.toml b/pyproject.toml index 8f86e2b..babc92c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ jsonschema-cli2 = 'jsonschema_cli2.cli:run' [tool.poetry] name = "jsonschema-cli2" -version = "1.1.0" +version = "1.2.0" description = "A thin wrapper over to allow validating schemas easily using simple CLI commands." authors = ["solairen "] readme = 'README.md'