From 7ecfae76d449aab0a574a8c0eefc18ffeaaac2fd Mon Sep 17 00:00:00 2001 From: gaogaotiantian Date: Sat, 15 Aug 2020 17:11:00 -0700 Subject: [PATCH] Ready for 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5ad36d3..088f23e2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="viztracer", - version="0.1.3", + version="0.2.0", author="Tian Gao", author_email="gaogaotiantian@hotmail.com", description="A debugging and profiling tool that can trace and visualize python code execution",