We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4ef31 commit 4b3be8bCopy full SHA for 4b3be8b
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "reflex-local-auth"
10
-version = "0.0.2"
+version = "0.0.3"
11
description = "Reflex custom component local-auth"
12
readme = "README.md"
13
license = { text = "Apache-2.0" }
@@ -33,4 +33,4 @@ Homepage = "https://github.com/masenf/reflex-local-auth"
33
dev = ["build", "twine"]
34
35
[tool.setuptools.packages.find]
36
-where = ["custom_components"]
+where = ["custom_components"]
0 commit comments