There was an error while loading. Please reload this page.
1 parent d37abe3 commit 91d5c05Copy full SHA for 91d5c05
2 files changed
ludwig/globals.py
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
# ==============================================================================
16
17
-LUDWIG_VERSION = "0.6.dev"
+LUDWIG_VERSION = "0.6.beta"
18
19
MODEL_WEIGHTS_FILE_NAME = "model_weights"
20
MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json"
setup.py
@@ -40,7 +40,7 @@
40
41
setup(
42
name="ludwig",
43
- version="0.6.dev",
+ version="0.6.beta",
44
description="Data-centric declarative deep learning framework",
45
long_description=long_description,
46
long_description_content_type="text/markdown",
0 commit comments