From 5a3748251033c3523285bdbd9807527b519ae3e0 Mon Sep 17 00:00:00 2001 From: ccostino Date: Tue, 29 Jul 2025 09:54:30 -0400 Subject: [PATCH] Fix version number to match Document the correct version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28707ef5b..caba9118e 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ machine): ```sh cd notifications-admin -pyenv virtualenv 3.13.9 notify-admin +pyenv virtualenv 3.13.2 notify-admin pyenv local notify-admin ```