From 019967969d7cec6b3fddaab8601e8b0ae828b1de Mon Sep 17 00:00:00 2001 From: Pradish Bijukchhe Date: Mon, 16 Sep 2024 03:23:37 +0545 Subject: [PATCH] chore: fix dynamic version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 094a338..ca2e69c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ include-package-data = true "human_captcha_client" = "human_captcha_client" [tool.setuptools.dynamic] -version = { attr = "project_l.__version__" } +version = { attr = "human_captcha_client.__version__" } dependencies = { file = "requirements.txt" } [tool.isort]