We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30ba33 commit 15cb10dCopy full SHA for 15cb10d
ludwig/globals.py
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
# ==============================================================================
16
17
-LUDWIG_VERSION = "0.10.2.dev"
+LUDWIG_VERSION = "0.10.3"
18
19
MODEL_FILE_NAME = "model"
20
MODEL_WEIGHTS_FILE_NAME = "model_weights"
setup.py
@@ -49,7 +49,7 @@
49
50
setup(
51
name="ludwig",
52
- version="0.10.2.dev",
+ version="0.10.3",
53
description="Declarative machine learning: End-to-end machine learning pipelines using data-driven configurations.",
54
long_description=long_description,
55
long_description_content_type="text/markdown",
0 commit comments