From 8175896adaa077640b7b91678f853b7d0b97bf03 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Mon, 28 Apr 2025 20:30:14 -0400 Subject: [PATCH] add dev tag for v0.10.0.dev0 (#2580) --- 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 7ff225b89..63f28adda 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.0" +__version__ = "0.10.0.dev0"