Skip to content

Commit 4b3be8b

Browse files
committed
pyproject.toml: bump to 0.0.3
1 parent ce4ef31 commit 4b3be8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "reflex-local-auth"
10-
version = "0.0.2"
10+
version = "0.0.3"
1111
description = "Reflex custom component local-auth"
1212
readme = "README.md"
1313
license = { text = "Apache-2.0" }
@@ -33,4 +33,4 @@ Homepage = "https://github.com/masenf/reflex-local-auth"
3333
dev = ["build", "twine"]
3434

3535
[tool.setuptools.packages.find]
36-
where = ["custom_components"]
36+
where = ["custom_components"]

0 commit comments

Comments
 (0)