From 5bc635911b5578267aa311b430bb3383408977be Mon Sep 17 00:00:00 2001 From: maxiandi Date: Tue, 27 Dec 2022 23:34:58 +0800 Subject: [PATCH] release 1.8.0 (#118) --- python/matx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/matx/__init__.py b/python/matx/__init__.py index 5f30e73f..4d55c7a6 100644 --- a/python/matx/__init__.py +++ b/python/matx/__init__.py @@ -103,7 +103,7 @@ ] # version info -__version__ = "1.8.0.alpha" +__version__ = "1.8.0" __branch__ = None __commit_id__ = None