From f522ae6d3e27c296e3ea8b3aa711a7820e5c4a76 Mon Sep 17 00:00:00 2001 From: Alexander Wong Date: Sat, 12 Dec 2020 10:15:11 -0700 Subject: [PATCH] v1.3.1 --- torchprof/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchprof/__init__.py b/torchprof/__init__.py index 5829b48..a854309 100644 --- a/torchprof/__init__.py +++ b/torchprof/__init__.py @@ -3,5 +3,5 @@ name = "torchprof" __all__ = ["Profile"] -__version__ = "1.3.0" +__version__ = "1.3.1"