From e2d68f62e4b00bd4e25358e9829b27045e9b77e3 Mon Sep 17 00:00:00 2001 From: v-chen_data Date: Fri, 7 Jun 2024 20:50:29 -0700 Subject: [PATCH] fix type for 0.9.0 --- llmfoundry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmfoundry/__init__.py b/llmfoundry/__init__.py index c9666566bf..75465df341 100644 --- a/llmfoundry/__init__.py +++ b/llmfoundry/__init__.py @@ -71,4 +71,4 @@ 'utils', ] -__version__ = '0.9.0.dev0' +__version__ = '0.9.0'