Skip to content

Commit

Permalink
Get trusted publishers approach for PyPi upload from 0.9.2 release br…
Browse files Browse the repository at this point in the history
…anch.
  • Loading branch information
alexsherstinsky committed Jan 17, 2024
1 parent 3769d8a commit d30b065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9.2"
LUDWIG_VERSION = "0.9.dev"

MODEL_WEIGHTS_FILE_NAME = "model_weights"
MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

setup(
name="ludwig",
version="0.9.2",
version="0.9.dev",
description="Declarative machine learning: End-to-end machine learning pipelines using data-driven configurations.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d30b065

Please sign in to comment.