From 6ba54954d49211d8232f6ade8f8df0f1da3a2a0a Mon Sep 17 00:00:00 2001 From: WolframRhodium Date: Sat, 2 Nov 2024 11:47:09 +0800 Subject: [PATCH] scripts/vsmlrt.py: bump version --- scripts/vsmlrt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vsmlrt.py b/scripts/vsmlrt.py index 63311ee..6e76f16 100644 --- a/scripts/vsmlrt.py +++ b/scripts/vsmlrt.py @@ -1,4 +1,4 @@ -__version__ = "3.22.7" +__version__ = "3.22.8" __all__ = [ "Backend", "BackendV2",