From afd12a67481cb1540cb0c8cbcc97ce9a1f8293cb Mon Sep 17 00:00:00 2001 From: Justin Zhao Date: Tue, 12 Sep 2023 01:03:49 +0000 Subject: [PATCH] Update ludwig version to v0.8.3. --- 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 423e65f974a..af2207dddca 100644 --- a/ludwig/globals.py +++ b/ludwig/globals.py @@ -14,7 +14,7 @@ # limitations under the License. # ============================================================================== -LUDWIG_VERSION = "0.8.2" +LUDWIG_VERSION = "0.8.3" MODEL_WEIGHTS_FILE_NAME = "model_weights" MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json" diff --git a/setup.py b/setup.py index 8be299ab864..6c6116cdc17 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="ludwig", - version="0.8.2", + version="0.8.3", description="Declarative machine learning: End-to-end machine learning pipelines using data-driven configurations.", long_description=long_description, long_description_content_type="text/markdown",