We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889cc15 commit 15fff8dCopy full SHA for 15fff8d
MANIFEST.in
@@ -1,8 +1,8 @@
1
include AUTHORS.rst
2
include CONTRIBUTING.rst
3
-include HISTORY.rst
+include HISTORY.md
4
include LICENSE
5
-include README.rst
+include README.md
6
7
recursive-include tests *
8
recursive-exclude * __pycache__
setup.py
@@ -42,6 +42,6 @@
42
packages=find_packages(include=["comet_for_mlflow", "comet_for_mlflow.*"]),
43
test_suite="tests",
44
url="https://github.com/comet-ml/comet-for-mlflow",
45
- version="0.1.7",
+ version="0.1.8",
46
zip_safe=False,
47
)
0 commit comments