Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kroo committed Jul 15, 2024
1 parent a757e65 commit 89031f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ dist/
.idea
site/
venv
.env
.env.local
.tool-versions
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -25,4 +25,4 @@ dev = ["build", "twine"]


[tool.setuptools.packages.find]
where = ["custom_components"]
where = ["custom_components"]

0 comments on commit 89031f4

Please sign in to comment.