From c67d1d72a4d4a13df42313f161a7e291e221ba29 Mon Sep 17 00:00:00 2001 From: Josh Rackham <144251043+jrackham-mo@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:45:26 +0100 Subject: [PATCH] Update fallback version post 3.2.0 tag Signed-off-by: Josh Rackham <144251043+jrackham-mo@users.noreply.github.com> --- lib/ants/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ants/_version.py b/lib/ants/_version.py index 023d3d3..0b74679 100644 --- a/lib/ants/_version.py +++ b/lib/ants/_version.py @@ -3,4 +3,4 @@ # This file is part of ANTS and is released under the BSD 3-Clause license. # See LICENSE.txt in the root of the repository for full licensing details. """Define the fallback version to be used when ANTS is not installed into an environment.""" # noqa: E501 -FALLBACK_VERSION = "3.2.0dev" +FALLBACK_VERSION = "3.3.0dev"