Skip to content

Commit

Permalink
[Release] Set CLI and plugin to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Feb 13, 2020
1 parent 73952dc commit 6efd0d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/skyline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.1"
__version__ = "0.3.0"

__description__ = "Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks."

Expand Down
2 changes: 1 addition & 1 deletion plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "skyline",
"main": "./lib/skyline",
"version": "0.2.0",
"version": "0.3.0",
"description": "Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks.",
"keywords": [
"neural networks",
Expand Down

0 comments on commit 6efd0d1

Please sign in to comment.