From b76b0fddf300b8492c527cf99a127e3f983dbcf7 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Wed, 11 Sep 2024 16:00:30 -0700 Subject: [PATCH] bump nwb-models version --- nwb_models/README.md | 2 ++ nwb_models/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nwb_models/README.md b/nwb_models/README.md index cc36d0a..4758202 100644 --- a/nwb_models/README.md +++ b/nwb_models/README.md @@ -1 +1,3 @@ # nwb-models + +(README forthcoming, for now see [`nwb-linkml`](https://pypi.org/project/nwb-linkml)) \ No newline at end of file diff --git a/nwb_models/pyproject.toml b/nwb_models/pyproject.toml index 21078a2..59b0b6d 100644 --- a/nwb_models/pyproject.toml +++ b/nwb_models/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nwb-models" -version = "0.1.0" +version = "0.2.0" description = "Pydantic/LinkML models for Neurodata Without Borders" authors = [ {name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},