diff --git a/install.sh b/install.sh index e8e8282..4bc2823 100755 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ if ! command -v rye &> /dev/null then echo "rye not found, installing..." # The official rye installation script - curl -sSf https://rye-up.com/get | bash + curl -sSf https://rye.astral.sh/get | bash # Source rye's env to make it available in the current shell for this script source "$HOME/.rye/env" else diff --git a/pyproject.toml b/pyproject.toml index 8d286dd..ac6b360 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "inspector" -version = "0.1.0" +version = "0.1.1" description = "System inspection routine." authors = [ { name = "Sean Wilbur", email = "sean@abutili.com" }