diff --git a/pyproject.toml b/pyproject.toml index ca2b0f5d3..39315d360 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schematicpy" -version = "24.11.1" +version = "24.11.2" description = "Package for biomedical data model and metadata ingress management" authors = [ "Milen Nikolov ", @@ -28,7 +28,8 @@ classifiers = [ ] packages = [ - { include = "schematic" } + { include = "schematic" }, + { include = "schematic_api" } ] [tool.poetry.scripts]