There was an error while loading. Please reload this page.
1 parent 680d37f commit d404a67Copy full SHA for d404a67
2 files changed
ludwig/globals.py
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
# ==============================================================================
16
17
-LUDWIG_VERSION = "0.5.2"
+LUDWIG_VERSION = "0.5.3"
18
19
INFERENCE_MODULE_FILE_NAME = "inference_module"
20
MODEL_WEIGHTS_FILE_NAME = "model_weights"
setup.py
@@ -1,5 +1,4 @@
1
-"""Ludwig: Data-centric declarative deep learning framework
2
-"""
+"""Ludwig: Data-centric declarative deep learning framework."""
3
from codecs import open
4
from os import path
5
@@ -35,7 +34,7 @@
35
34
36
setup(
37
name="ludwig",
38
- version="0.5.2",
+ version="0.5.3",
39
description="Data-centric declarative deep learning framework",
40
long_description=long_description,
41
long_description_content_type="text/markdown",
0 commit comments