From 10b8bb04385bb220f5034a08bba836beae66ddb4 Mon Sep 17 00:00:00 2001 From: Alex Sherstinsky Date: Tue, 16 Jan 2024 12:45:09 -0800 Subject: [PATCH] Update ludwig version to 0.9.2 (#3887) --- 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 695cd040ed6..85b0ca6c9d1 100644 --- a/ludwig/globals.py +++ b/ludwig/globals.py @@ -14,7 +14,7 @@ # limitations under the License. # ============================================================================== -LUDWIG_VERSION = "0.9.dev" +LUDWIG_VERSION = "0.9.2" MODEL_WEIGHTS_FILE_NAME = "model_weights" MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json" diff --git a/setup.py b/setup.py index 0df3e8f8b80..07c15612c43 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="ludwig", - version="0.9.dev", + version="0.9.2", description="Declarative machine learning: End-to-end machine learning pipelines using data-driven configurations.", long_description=long_description, long_description_content_type="text/markdown",