From b5736e22abc1345f1590c08531b8a1d264af0c6b Mon Sep 17 00:00:00 2001 From: centml-machine-user <120128377+centml-machine-user@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:47:07 -0400 Subject: [PATCH] Release version 0.13.2 (#68) Co-authored-by: CentML --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4e972d..b684be7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepview-profile" -version = "0.13.1" +version = "0.13.2" description = "Interactive performance profiling and debugging tool for PyTorch neural networks." authors = ["CentML "] license = "Apache-2.0"