From ed41e26cbd51cf30185fe4bdc2a710ba4bde3254 Mon Sep 17 00:00:00 2001 From: miintto Date: Sun, 3 Nov 2024 01:42:37 +0900 Subject: [PATCH] chore: Fix project root --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f8c4443..4f49c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, ] @@ -37,4 +37,4 @@ test = [ ] [tool.hatch.build.targets.wheel] -packages = ["src/redis_lock"] +packages = ["redis_lock"]