Skip to content

Commit

Permalink
Merge pull request #37 from altescy/v1.1.1
Browse files Browse the repository at this point in the history
Bump version number to v1.1.1
  • Loading branch information
altescy authored May 24, 2023
2 parents e34de8d + 914148c commit b439668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tango-mlflow"
version = "1.1.0"
version = "1.1.1"
description = "MLflow integration for ai2-tango"
authors = ["altescy <altescy@fastmail.com>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_tango_mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version() -> None:
assert tango_mlflow.__version__ == "1.1.0"
assert tango_mlflow.__version__ == "1.1.1"

0 comments on commit b439668

Please sign in to comment.