diff --git a/LDLWinToolBox.spec b/LDLWinToolBox.spec index 7f62f0a..d376064 100644 --- a/LDLWinToolBox.spec +++ b/LDLWinToolBox.spec @@ -4,7 +4,7 @@ import tomllib from pathlib import Path -here = Path(__file__).parent +here = Path.cwd() pyproject = here / "pyproject.toml" data = tomllib.loads(pyproject.read_text(encoding="utf-8")) app_ver = data["project"]["version"] diff --git a/pyproject.toml b/pyproject.toml index 8b4c52d..c528a4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ldlwintoolbox" -version = "1.0.3" +version = "1.0.5" description = "LDL Windows ToolBox in Python" readme = "README.md" requires-python = ">=3.11"