We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125859d commit afc1b88Copy full SHA for afc1b88
pyproject.toml
@@ -8,7 +8,7 @@ authors = [
8
{name = "Abdoulaye SAKHO", email = "abdoulaye7020@gmail.com"},
9
{name = "artefactory", email = "abdoulaye.sakho@artefact.com"},
10
]
11
-version = "0.0.9"
+version = "0.0.10"
12
description = "A Python toolbox for interpretable and explainable tree ensembles."
13
readme = "README.md"
14
license = "MIT"
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name="woodtapper", # must be unique on PyPI
21
- version="0.0.9",
+ version="0.0.10",
22
author="Abdoulaye SAKHO",
23
author_email="abdoulaye.sakho@artefact.com",
24
description="A Python toolbox for interpretable and explainable tree ensembles.",
0 commit comments