Skip to content

Commit 15cb10d

Browse files
Update Ludwig version to v0.10.3. (#3989)
1 parent e30ba33 commit 15cb10d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.10.2.dev"
17+
LUDWIG_VERSION = "0.10.3"
1818

1919
MODEL_FILE_NAME = "model"
2020
MODEL_WEIGHTS_FILE_NAME = "model_weights"

setup.py

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

5050
setup(
5151
name="ludwig",
52-
version="0.10.2.dev",
52+
version="0.10.3",
5353
description="Declarative machine learning: End-to-end machine learning pipelines using data-driven configurations.",
5454
long_description=long_description,
5555
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)