There was an error while loading. Please reload this page.
1 parent e385c84 commit 721f6e7Copy full SHA for 721f6e7
2 files changed
ludwig/globals.py
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
# ==============================================================================
16
17
-LUDWIG_VERSION = "0.5rc2"
+LUDWIG_VERSION = "0.5"
18
19
INFERENCE_MODULE_FILE_NAME = "inference_module"
20
MODEL_WEIGHTS_FILE_NAME = "model_weights"
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name="ludwig",
38
- version="0.5rc2",
+ version="0.5",
39
description="Data-centric declarative deep learning framework",
40
long_description=long_description,
41
long_description_content_type="text/markdown",
0 commit comments