diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 50b90361..04296e97 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -4,7 +4,7 @@ description: Installs the given GardenLinux Python library inputs: version: description: GardenLinux Python library version - default: "0.10.5" + default: "0.10.6" python_version: description: Python version to setup default: "3.14" diff --git a/pyproject.toml b/pyproject.toml index d05accef..dfdd6ae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gardenlinux" -version = "0.10.5" +version = "0.10.6" description = "Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames" authors = ["Garden Linux Maintainers "] license = "Apache-2.0"