From 0b61cd445a785f376935e04371426500553ba8fc Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 19 Jun 2025 11:29:39 -0400 Subject: [PATCH] v0.10.1 release --- 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 314d22279..279963745 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.11.0.dev" +__version__ = "0.10.1"