From ef4e79456734f73e1e4bf042a87d407d4af30e58 Mon Sep 17 00:00:00 2001 From: Jason Senthil Date: Wed, 17 Jan 2024 21:50:02 -0800 Subject: [PATCH] bump TorchTNT to version 2.1.1 Summary: bump to new version as overdue since last release in Sept 2023 Differential Revision: D52862524 --- torchtnt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchtnt/__init__.py b/torchtnt/__init__.py index df4ec255e9..ee4d424374 100644 --- a/torchtnt/__init__.py +++ b/torchtnt/__init__.py @@ -4,4 +4,4 @@ # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. -__version__ = "0.2.1" +__version__ = "0.2.2"