Skip to content

Commit cdb295b

Browse files
authored
Merge pull request #68 from linkml/turbomam-patch-1
set version to 0.0.0 and added authors
2 parents 1508d13 + 2dac5ad commit cdb295b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "schema_automator"
3-
version = "v0.1.1"
3+
version = "0.0.0"
44
description = "Infer models, enrich with meaning for terms including enum permissible values"
5-
authors = ["Chris Mungall", "Mark Miller"]
5+
authors = ["Chris Mungall", "Mark Miller", "Sierra Moxon", "Harshad Hegde"]
66
license = "BSD 3-Clause"
77

88
packages = [
@@ -59,4 +59,4 @@ jsondata2linkml = "schema_automator.importers.json_instance_import_engine:json2m
5959
jsonschema2linkml = "schema_automator.importers.jsonschema_import_engine:jsonschema2model"
6060

6161
[tool.poetry.extras]
62-
docs = ["Sphinx", "sphinx-pdj-theme", "sphinxcontrib-mermaid"]
62+
docs = ["Sphinx", "sphinx-pdj-theme", "sphinxcontrib-mermaid"]

0 commit comments

Comments
 (0)