diff --git a/setup.py b/setup.py index 194ed21d..b7cf1690 100644 --- a/setup.py +++ b/setup.py @@ -6,10 +6,10 @@ setuptools.setup( name="viztracer", - version="0.1.0", + version="0.1.1", author="Tian Gao", author_email="gaogaotiantian@hotmail.com", - description="A debugging and profiling tool that can trace and visualize python code", + description="A debugging and profiling tool that can trace and visualize python code execution", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/gaogaotiantian/viztracer",