diff --git a/pyproject.toml b/pyproject.toml index 5f52417..4d1b1cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "schema_automator" -version = "v0.1.1" +version = "0.0.0" description = "Infer models, enrich with meaning for terms including enum permissible values" -authors = ["Chris Mungall", "Mark Miller"] +authors = ["Chris Mungall", "Mark Miller", "Sierra Moxon", "Harshad Hegde"] license = "BSD 3-Clause" packages = [ @@ -59,4 +59,4 @@ jsondata2linkml = "schema_automator.importers.json_instance_import_engine:json2m jsonschema2linkml = "schema_automator.importers.jsonschema_import_engine:jsonschema2model" [tool.poetry.extras] -docs = ["Sphinx", "sphinx-pdj-theme", "sphinxcontrib-mermaid"] \ No newline at end of file +docs = ["Sphinx", "sphinx-pdj-theme", "sphinxcontrib-mermaid"]