From b1f5ead7d2d0e1e17477c7612557ecd328ed164b Mon Sep 17 00:00:00 2001 From: Justin Zhao Date: Mon, 9 Oct 2023 21:36:36 +0000 Subject: [PATCH] Update ludwig version to 0.8.5 --- ludwig/globals.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ludwig/globals.py b/ludwig/globals.py index c5aaf7ce97c..497bbc35a72 100644 --- a/ludwig/globals.py +++ b/ludwig/globals.py @@ -14,7 +14,7 @@ # limitations under the License. # ============================================================================== -LUDWIG_VERSION = "0.8.4" +LUDWIG_VERSION = "0.8.5" MODEL_WEIGHTS_FILE_NAME = "model_weights" MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json" diff --git a/setup.py b/setup.py index cc734b39b84..70e44bcdbbb 100644 --- a/setup.py +++ b/setup.py @@ -49,8 +49,8 @@ setup( name="ludwig", - version="0.8.4", - description="Declarative machine learning: End-to-end machine learning pipelines using data-driven configurations.", + version="0.8.5", + description="Low-code framework for building custom LLMs, neural networks, and other AI models.", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/ludwig-ai/ludwig",