From 54bbc9bb720034de6521d908a3a2db4421604736 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 13 May 2025 17:52:33 -0400 Subject: [PATCH] set v0.9.2 version for tag --- 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 1284ac96b..9cf6a34bc 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.9.1.post1" +__version__ = "0.9.2"