Skip to content

Commit d997570

Browse files
authored
V0.7.3 (#613)
* update * urgh
1 parent 8443370 commit d997570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "scikit-lego"
7-
version = "0.7.1"
7+
version = "0.7.4"
88
description="A collection of lego bricks for scikit-learn pipelines"
99

1010
license = {file = "LICENSE"}
@@ -81,7 +81,7 @@ dev = [
8181
]
8282

8383
[tool.setuptools.packages.find]
84-
include = ["sklego"]
84+
include = ["sklego*"]
8585
exclude = [
8686
"docs",
8787
"images",

0 commit comments

Comments
 (0)