Skip to content

Commit 8328823

Browse files
committed
bump 0.0.13
1 parent d7b48b5 commit 8328823

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ classifiers = [
1111
"Development Status :: 2 - Pre-Alpha",
1212
"Programming Language :: Python :: 3",
1313
]
14-
version = "0.0.12"
14+
version = "0.0.13"
1515
dependencies = [
1616
"click",
1717
"numpy",
@@ -34,6 +34,9 @@ keywords = ['plateau']
3434
[tool.hatch.build]
3535
exclude = ["tests/*"]
3636

37+
[tool.hatch.metadata]
38+
allow-direct-references = true
39+
3740
[project.urls]
3841
"Homepage" = "https://eukarya-inc.github.io/plateauutils/"
3942
"Bug Reports" = "https://github.com/eukarya-inc/plateauutils/issues"

0 commit comments

Comments
 (0)