From 66ba3bcca376a2ba6818134c82ed5bac92dad7fc Mon Sep 17 00:00:00 2001 From: Justin Zhao Date: Fri, 13 Oct 2023 11:46:03 -0400 Subject: [PATCH] Update ludwig version to v0.8.6 --- ludwig/globals.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ludwig/globals.py b/ludwig/globals.py index 497bbc35a72..421af954317 100644 --- a/ludwig/globals.py +++ b/ludwig/globals.py @@ -14,7 +14,7 @@ # limitations under the License. # ============================================================================== -LUDWIG_VERSION = "0.8.5" +LUDWIG_VERSION = "0.8.6" MODEL_WEIGHTS_FILE_NAME = "model_weights" MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json" diff --git a/setup.py b/setup.py index 70e44bcdbbb..6e02f4fe2ad 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="ludwig", - version="0.8.5", + version="0.8.6", description="Low-code framework for building custom LLMs, neural networks, and other AI models.", long_description=long_description, long_description_content_type="text/markdown",