From b32021080ba4ce256451430e90ce852ea002e648 Mon Sep 17 00:00:00 2001 From: Daniel King Date: Sun, 3 Nov 2024 17:00:02 -0800 Subject: [PATCH] Bump to version v0.14.2 --- llmfoundry/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmfoundry/_version.py b/llmfoundry/_version.py index ffcb07f810..32a0a0996c 100644 --- a/llmfoundry/_version.py +++ b/llmfoundry/_version.py @@ -3,4 +3,4 @@ """The LLM Foundry Version.""" -__version__ = '0.14.1' +__version__ = '0.14.2'