From 2da5d51501625e2d18c66584d727c89bd8692780 Mon Sep 17 00:00:00 2001 From: Geoffrey Yu Date: Thu, 9 Jan 2020 14:52:10 -0500 Subject: [PATCH] [Release][CLI] Bug fix release v0.1.1 This CLI release fixes issues with imports and module caching associated with multi-file projects. --- cli/skyline/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/skyline/__init__.py b/cli/skyline/__init__.py index 2fba1a3..24dc9cf 100644 --- a/cli/skyline/__init__.py +++ b/cli/skyline/__init__.py @@ -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."