Skip to content

Commit

Permalink
chore: Fix project root
Browse files Browse the repository at this point in the history
  • Loading branch information
miintto committed Nov 2, 2024
1 parent c2d3b89 commit ed41e26
Showing 1 changed file with 2 additions and 2 deletions.
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 = "hatchling.build"

[project]
name = "redis-lock-py"
version = "1.1.0"
version = "1.1.1"
authors = [
{ name = "Minjae Park", email = "miintto.log@gmail.com" },
]
Expand Down Expand Up @@ -37,4 +37,4 @@ test = [
]

[tool.hatch.build.targets.wheel]
packages = ["src/redis_lock"]
packages = ["redis_lock"]

0 comments on commit ed41e26

Please sign in to comment.