From 7b72de513b7207ff8110cd4b730663dd2c06f960 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 23 Mar 2023 08:24:59 -0700 Subject: [PATCH] Update version to 0.7.4 (#3284) --- 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 c5f4c1389ad..bc952185919 100644 --- a/ludwig/globals.py +++ b/ludwig/globals.py @@ -14,7 +14,7 @@ # limitations under the License. # ============================================================================== -LUDWIG_VERSION = "0.7.3" +LUDWIG_VERSION = "0.7.4" MODEL_WEIGHTS_FILE_NAME = "model_weights" MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json" diff --git a/setup.py b/setup.py index b78e15bbc55..4e7025a3a4b 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( name="ludwig", - version="0.7.3", + version="0.7.4", description="Declarative machine learning: End-to-end machine learning pipelines using data-driven configurations.", long_description=long_description, long_description_content_type="text/markdown",