From 8328823ea39f58cd90697525e34dd28a53b5eda6 Mon Sep 17 00:00:00 2001 From: Taro Matsuzawa Date: Fri, 24 Nov 2023 16:47:52 +0900 Subject: [PATCH] bump 0.0.13 --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75c4b5f..ded3536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = [ "Development Status :: 2 - Pre-Alpha", "Programming Language :: Python :: 3", ] -version = "0.0.12" +version = "0.0.13" dependencies = [ "click", "numpy", @@ -34,6 +34,9 @@ keywords = ['plateau'] [tool.hatch.build] exclude = ["tests/*"] +[tool.hatch.metadata] +allow-direct-references = true + [project.urls] "Homepage" = "https://eukarya-inc.github.io/plateauutils/" "Bug Reports" = "https://github.com/eukarya-inc/plateauutils/issues"