Skip to content

Commit 721f6e7

Browse files
authored
Update ludwig version to v0.5. (#2017)
1 parent e385c84 commit 721f6e7

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.5rc2"
17+
LUDWIG_VERSION = "0.5"
1818

1919
INFERENCE_MODULE_FILE_NAME = "inference_module"
2020
MODEL_WEIGHTS_FILE_NAME = "model_weights"

setup.py

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

3636
setup(
3737
name="ludwig",
38-
version="0.5rc2",
38+
version="0.5",
3939
description="Data-centric declarative deep learning framework",
4040
long_description=long_description,
4141
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)