diff --git a/.gitignore b/.gitignore index 7defd47..5154899 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ dist/ .idea site/ venv +.env +.env.local +.tool-versions diff --git a/pyproject.toml b/pyproject.toml index a40f537..28267a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "reflex-clerk" -version = "1.0.1" +version = "1.0.2" description = "Reflex custom component library for Clerk, a user management platform" readme = "README.md" license = { text = "Apache-2.0" } @@ -25,4 +25,4 @@ dev = ["build", "twine"] [tool.setuptools.packages.find] -where = ["custom_components"] \ No newline at end of file +where = ["custom_components"]