diff --git a/src/viztracer/__init__.py b/src/viztracer/__init__.py index 0450e7e..ed2a3fd 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.16.3" +__version__ = "0.17.0" from .cellmagic import load_ipython_extension