Skip to content

Commit d404a67

Browse files
authored
Update ludwig version to v0.5.3. (#2184)
1 parent 680d37f commit d404a67

2 files changed

Lines changed: 3 additions & 4 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.5.2"
17+
LUDWIG_VERSION = "0.5.3"
1818

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

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Ludwig: Data-centric declarative deep learning framework
2-
"""
1+
"""Ludwig: Data-centric declarative deep learning framework."""
32
from codecs import open
43
from os import path
54

@@ -35,7 +34,7 @@
3534

3635
setup(
3736
name="ludwig",
38-
version="0.5.2",
37+
version="0.5.3",
3938
description="Data-centric declarative deep learning framework",
4039
long_description=long_description,
4140
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)