From cd1402462734db8e53daff929932d5b5ef028b64 Mon Sep 17 00:00:00 2001 From: ccostino Date: Tue, 29 Jul 2025 09:54:20 -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 da70214e3..28707ef5b 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ git clone git@github.com:GSA/notifications-admin.git Now go into the project directory (`notifications-admin` by default), create a virtual environment, and set the local Python version to point to the virtual -environment (assumes version Python `3.13.9` is what is installed on your +environment (assumes version Python `3.13.2` is what is installed on your machine): ```sh