From 88c0e8d0486657314e140e4dfd55f3e3ed277e8f Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 17 Jun 2025 12:13:27 -0400 Subject: [PATCH] release tag (#2799) --- src/axolotl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axolotl/__init__.py b/src/axolotl/__init__.py index 63f28adda..8f2b67fc3 100644 --- a/src/axolotl/__init__.py +++ b/src/axolotl/__init__.py @@ -4,4 +4,4 @@ import pkgutil __path__ = pkgutil.extend_path(__path__, __name__) # Make this a namespace package -__version__ = "0.10.0.dev0" +__version__ = "0.10.0"