Skip to content

Commit

Permalink
[Release][CLI] Bug fix release v0.1.1
Browse files Browse the repository at this point in the history
This CLI release fixes issues with imports and module caching associated
with multi-file projects.
  • Loading branch information
geoffxy committed Jan 9, 2020
1 parent 7f75467 commit 2da5d51
Showing 1 changed file with 1 addition and 1 deletion.
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.1.0"
__version__ = "0.1.1"

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

Expand Down

0 comments on commit 2da5d51

Please sign in to comment.