From 4b19a97b84a9aa9caf7455407a1b244881bb9488 Mon Sep 17 00:00:00 2001 From: Sean Wilbur Date: Tue, 9 Sep 2025 14:54:32 -0500 Subject: [PATCH] Correcting rye installer --- install.sh | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }