Skip to content

Commit

Permalink
Update version to 0.6. (#2549)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinxzhao authored Sep 27, 2022
1 parent d27f49f commit e0d7bee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ludwig/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
# ==============================================================================

LUDWIG_VERSION = "0.6rc1"
LUDWIG_VERSION = "0.6"

MODEL_WEIGHTS_FILE_NAME = "model_weights"
MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

setup(
name="ludwig",
version="0.6rc1",
description="Data-centric declarative deep learning framework",
version="0.6",
description="Declarative machine learning: End-to-end machine learning pipelines using data-driven configurations.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ludwig-ai/ludwig",
Expand Down

0 comments on commit e0d7bee

Please sign in to comment.