We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1a850 commit dfbd583Copy full SHA for dfbd583
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "uv_build"
6
7
[project]
8
name = "promptmask"
9
-version = "0.1.1b"
+version = "0.1.1"
10
authors = [
11
{ name = "cxumol", email = "cxumol@gmail.com" },
12
]
@@ -64,4 +64,4 @@ where = ["src"]
64
65
[tool.setuptools.package-data]
66
promptmask = ["*.toml"]
67
-"promptmask.web" = ["static/*"]
+"promptmask.web" = ["static/*"]
0 commit comments