diff --git a/VERSION b/VERSION index b18d465..570c796 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.0.1 +v1.0.2 diff --git a/helper.py b/helper.py index db541fa..c906b1e 100644 --- a/helper.py +++ b/helper.py @@ -29,6 +29,8 @@ def __init__(self, root_dir: str | None = None, script_dir: str | None = None): else: self.root_dir = root_dir + self.home_dir = os.path.expanduser("~") + # ---------- OS / paths ---------- def get_path(self, rel_path: str) -> str | None: