From 486c083b84a53c60aec0d2c522c1fc5b99ce5284 Mon Sep 17 00:00:00 2001 From: guyang3532 <62738430+guyang3532@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:29:23 +0800 Subject: [PATCH] update release version to 0.4.0 (#561) --- tb_plugin/torch_tb_profiler/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tb_plugin/torch_tb_profiler/__init__.py b/tb_plugin/torch_tb_profiler/__init__.py index d70660903..c94e71bf0 100644 --- a/tb_plugin/torch_tb_profiler/__init__.py +++ b/tb_plugin/torch_tb_profiler/__init__.py @@ -4,4 +4,4 @@ # Entry point for Pytorch TensorBoard plugin package. -__version__ = '0.3.1' +__version__ = '0.4.0'