diff --git a/ludwig/globals.py b/ludwig/globals.py index 999e89e170e..927ff46522e 100644 --- a/ludwig/globals.py +++ b/ludwig/globals.py @@ -14,7 +14,7 @@ # limitations under the License. # ============================================================================== -LUDWIG_VERSION = "0.6.3" +LUDWIG_VERSION = "0.6.4" MODEL_WEIGHTS_FILE_NAME = "model_weights" MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json" diff --git a/setup.py b/setup.py index 4dff788ebb1..24b37d96052 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( name="ludwig", - version="0.6.3", + version="0.6.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",