From d4da3cb2d92a937c39ac400eb8aa07257454d41b Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Sun, 27 Oct 2024 13:08:01 -0700 Subject: [PATCH] Bump the version to 24.1 for release Primarily about update to Python 3.13 for development and supported use. --- salishsea_cmd/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salishsea_cmd/__about__.py b/salishsea_cmd/__about__.py index 3a223b6..693a846 100644 --- a/salishsea_cmd/__about__.py +++ b/salishsea_cmd/__about__.py @@ -16,4 +16,4 @@ # SPDX-License-Identifier: Apache-2.0 -__version__ = "24.1.dev0" +__version__ = "24.1"