From b42fcf4fd65ae52d53525e128b475a45ac41c998 Mon Sep 17 00:00:00 2001 From: gaogaotiantian Date: Thu, 9 Jun 2022 22:53:25 -0700 Subject: [PATCH] Ready for 0.15.3 --- src/viztracer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viztracer/__init__.py b/src/viztracer/__init__.py index d52d3319..4aa27e15 100644 --- a/src/viztracer/__init__.py +++ b/src/viztracer/__init__.py @@ -1,7 +1,7 @@ # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://github.com/gaogaotiantian/viztracer/blob/master/NOTICE.txt -__version__ = "0.15.2" +__version__ = "0.15.3" from .cellmagic import load_ipython_extension