From b718c6d601cd4f700929350de09840546cd96aef Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 12 Oct 2022 22:05:44 -0400 Subject: [PATCH] Update version to 0.6.2 (#2624) --- 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 0d8a7ac5ae2..b0a97cc069b 100644 --- a/ludwig/globals.py +++ b/ludwig/globals.py @@ -14,7 +14,7 @@ # limitations under the License. # ============================================================================== -LUDWIG_VERSION = "0.6.1" +LUDWIG_VERSION = "0.6.2" MODEL_WEIGHTS_FILE_NAME = "model_weights" MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json" diff --git a/setup.py b/setup.py index 95e015b5588..56803259818 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( name="ludwig", - version="0.6.1", + version="0.6.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",