From c020e64d0cd1ab0ce7264c4818c4dda2af71e5df Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 7 Aug 2023 15:58:22 -0400 Subject: [PATCH] Update ludwig version to v0.7.5 (#3506) --- 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 bc952185919..eaa38ac4855 100644 --- a/ludwig/globals.py +++ b/ludwig/globals.py @@ -14,7 +14,7 @@ # limitations under the License. # ============================================================================== -LUDWIG_VERSION = "0.7.4" +LUDWIG_VERSION = "0.7.5" MODEL_WEIGHTS_FILE_NAME = "model_weights" MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json" diff --git a/setup.py b/setup.py index 4e7025a3a4b..cfc9f995982 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( name="ludwig", - version="0.7.4", + version="0.7.5", description="Declarative machine learning: End-to-end machine learning pipelines using data-driven configurations.", long_description=long_description, long_description_content_type="text/markdown",