add dev tag for v0.10.0.dev0 (#2580)

This commit is contained in:
Wing Lian
2025-04-28 20:30:14 -04:00
committed by GitHub
parent 14d670dbf0
commit 8175896ada

View File

@@ -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"