From ebca8a1c94e1430db221e51e45be41b18e6c515b Mon Sep 17 00:00:00 2001 From: Alexander William Wong Date: Sat, 26 Oct 2019 13:02:45 -0600 Subject: [PATCH] v1.0.0 --- torchprof/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchprof/__init__.py b/torchprof/__init__.py index 4c776f6..8e89d17 100644 --- a/torchprof/__init__.py +++ b/torchprof/__init__.py @@ -3,4 +3,4 @@ name = "torchprof" __all__ = ["Profile"] -__version__ = "0.3.1" +__version__ = "1.0.0"