Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Mar 28, 2024
1 parent 26aa4d7 commit aac6318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ build-backend = "poetry.core.masonry.api"

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

include = [
"**/*.cpp",
"**/*.pyx",
"**/*.cpp",
"**/*.pyx",
"**/*.pxd",
"river/datasets/*.csv",
"river/datasets/*.gz",
"river/datasets/*.zip",
"river/stream/*.zip",
"river/stream/*.zip",
"Cargo.toml",
"rust_src/**/*"
]
Expand Down

0 comments on commit aac6318

Please sign in to comment.