Skip to content

Commit

Permalink
0.4.0 for Windows!
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed Aug 27, 2020
1 parent 43668e2 commit fa4fc10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ You can simply use VizTracer as

```
python3 -m viztracer my_script.py arg1 arg2
# OR
viztracer my_script arg1 arg2
```

which will generate a ```result.html``` file in the directory you run this command. Open it in browser and there's your result.
Expand Down
2 changes: 1 addition & 1 deletion src/viztracer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .vizobject import VizObject
from .main import main

__version__ = "0.3.4"
__version__ = "0.4.0"

__all__ = [
"__version__",
Expand Down

0 comments on commit fa4fc10

Please sign in to comment.