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",