mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
Schema language v0.1.2 - trivial rebuild to change date to datetime type and update linkml deps
This commit is contained in:
parent
39c600fda1
commit
0de6535c5a
1 changed files with 4 additions and 1 deletions
|
@ -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 <j@nny.fyi>"]
|
||||
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"}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue