Skip to content

Commit 91d5c05

Browse files
committed
Set version to 0.6.beta.
1 parent d37abe3 commit 91d5c05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ludwig/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
# ==============================================================================
1616

17-
LUDWIG_VERSION = "0.6.dev"
17+
LUDWIG_VERSION = "0.6.beta"
1818

1919
MODEL_WEIGHTS_FILE_NAME = "model_weights"
2020
MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
setup(
4242
name="ludwig",
43-
version="0.6.dev",
43+
version="0.6.beta",
4444
description="Data-centric declarative deep learning framework",
4545
long_description=long_description,
4646
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)