From 0de6535c5a0be0c3bfe000ec8b364033e91f1924 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 9 Oct 2023 15:10:29 -0700 Subject: [PATCH] Schema language v0.1.2 - trivial rebuild to change date to datetime type and update linkml deps --- nwb_schema_language/pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nwb_schema_language/pyproject.toml b/nwb_schema_language/pyproject.toml index 069584f..ae207a2 100644 --- a/nwb_schema_language/pyproject.toml +++ b/nwb_schema_language/pyproject.toml @@ -1,10 +1,13 @@ [tool.poetry] name = "nwb_schema_language" -version = "0.1.1" +version = "0.1.2" description = "Translation of the nwb-schema-language to LinkML" authors = ["Jonny Saunders "] license = "GNU GPL v3.0" readme = "README.md" +homepage = "https://nwb-linkml.readthedocs.io" +repository = "https://github.com/p2p-ld/nwb-linkml/" +documentation = "https://nwb-linkml.readthedocs.io" packages = [ { include = "nwb_schema_language", from="src"} ]