Skip to content

Commit

Permalink
Update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed Aug 15, 2020
1 parent 1598b70 commit 9fe2add
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VizTracer also supports json output that complies with Chrome trace event format

## Requirements

VizTracer requires python 3.6+. No other package is needed. For now, VizTracer binary on pip only supports CPython + Linux. However, in theory the source code can build on Windows/MacOS.
VizTracer requires python 3.6+. No other package is needed. For now, VizTracer only supports CPython + Linux/MacOS.

## Install

Expand Down
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="viztracer",
version="0.1.2",
version="0.1.3",
author="Tian Gao",
author_email="[email protected]",
description="A debugging and profiling tool that can trace and visualize python code execution",
Expand All @@ -31,9 +31,13 @@
)
],
classifiers=[
"Programming Language :: Python :: 3",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Topic :: Software Development :: Quality Assurance",
],
python_requires=">=3.6",
Expand Down

0 comments on commit 9fe2add

Please sign in to comment.