Skip to content

Commit 45fcd27

Browse files
Update ludwig version to 0.9.3 (#3909)
1 parent 91c8975 commit 45fcd27

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

1919
MODEL_WEIGHTS_FILE_NAME = "model_weights"
2020
MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json"

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.9.dev",
52+
version="0.9.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)