Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothiraldan committed Dec 8, 2022
1 parent aedb8d6 commit c52366a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release History
===============

0.1.3 (2022-12-08)
------------------

- Fix compatibility with MLFlow v2.0.1 #3

0.1.2 (2020-03-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion comet_for_mlflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

__author__ = """Boris Feld"""
__email__ = "boris@comet.ml"
__version__ = "0.1.0"
__version__ = "0.1.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
packages=find_packages(include=["comet_for_mlflow", "comet_for_mlflow.*"]),
test_suite="tests",
url="https://github.com/comet-ml/comet-for-mlflow",
version="0.1.2",
version="0.1.3",
zip_safe=False,
)

0 comments on commit c52366a

Please sign in to comment.