Skip to content

Commit afc1b88

Browse files
0.0.10
1 parent 125859d commit afc1b88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
{name = "Abdoulaye SAKHO", email = "abdoulaye7020@gmail.com"},
99
{name = "artefactory", email = "abdoulaye.sakho@artefact.com"},
1010
]
11-
version = "0.0.9"
11+
version = "0.0.10"
1212
description = "A Python toolbox for interpretable and explainable tree ensembles."
1313
readme = "README.md"
1414
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="woodtapper", # must be unique on PyPI
21-
version="0.0.9",
21+
version="0.0.10",
2222
author="Abdoulaye SAKHO",
2323
author_email="abdoulaye.sakho@artefact.com",
2424
description="A Python toolbox for interpretable and explainable tree ensembles.",

0 commit comments

Comments
 (0)