Skip to content

Commit aac6318

Browse files
committed
Update pyproject.toml
1 parent 26aa4d7 commit aac6318

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "river"
7-
version = "0.21.0"
7+
version = "0.21.1"
88
description = "Online machine learning in Python"
99
readme = "README.md"
1010
homepage = "https://riverml.xyz/"
1111
repository = "https://github.com/online-ml/river/"
1212
authors = ["Max Halford <[email protected]>"]
1313

1414
include = [
15-
"**/*.cpp",
16-
"**/*.pyx",
15+
"**/*.cpp",
16+
"**/*.pyx",
1717
"**/*.pxd",
1818
"river/datasets/*.csv",
1919
"river/datasets/*.gz",
2020
"river/datasets/*.zip",
21-
"river/stream/*.zip",
21+
"river/stream/*.zip",
2222
"Cargo.toml",
2323
"rust_src/**/*"
2424
]

0 commit comments

Comments
 (0)