Skip to content

Commit

Permalink
Merge pull request #68 from linkml/turbomam-patch-1
Browse files Browse the repository at this point in the history
set version to 0.0.0 and added authors
  • Loading branch information
turbomam authored May 13, 2022
2 parents 1508d13 + 2dac5ad commit cdb295b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down Expand Up @@ -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"]
docs = ["Sphinx", "sphinx-pdj-theme", "sphinxcontrib-mermaid"]

0 comments on commit cdb295b

Please sign in to comment.