We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c8975 commit 45fcd27Copy full SHA for 45fcd27
ludwig/globals.py
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
# ==============================================================================
16
17
-LUDWIG_VERSION = "0.9.dev"
+LUDWIG_VERSION = "0.9.3"
18
19
MODEL_WEIGHTS_FILE_NAME = "model_weights"
20
MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json"
setup.py
@@ -49,7 +49,7 @@
49
50
setup(
51
name="ludwig",
52
- version="0.9.dev",
+ version="0.9.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