From f4544a7947b22f6a3c08a917c8008d0d5646eed4 Mon Sep 17 00:00:00 2001 From: tchaton Date: Mon, 26 Feb 2024 13:30:45 +0000 Subject: [PATCH] update --- litdata/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litdata/__about__.py b/litdata/__about__.py index 9e94be030..c54d457a0 100644 --- a/litdata/__about__.py +++ b/litdata/__about__.py @@ -14,7 +14,7 @@ import time -__version__ = "0.2.0.rc2" +__version__ = "0.2.0" __author__ = "Lightning AI et al." __author_email__ = "pytorch@lightning.ai" __license__ = "Apache-2.0"