Skip to content

Commit

Permalink
Ready for 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed Aug 26, 2020
1 parent 62da7ab commit 43668e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"License :: OSI Approved :: Apache Software License",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Topic :: Software Development :: Quality Assurance",
],
python_requires=">=3.6",
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.3"
__version__ = "0.3.4"

__all__ = [
"__version__",
Expand Down

0 comments on commit 43668e2

Please sign in to comment.