Skip to content

Commit

Permalink
chore: update package version to 0.2.10 in Cargo.lock, Cargo.toml, an…
Browse files Browse the repository at this point in the history
…d pyproject.toml
  • Loading branch information
dwpeng committed Nov 19, 2024
1 parent e6e8ff0 commit 3ae6265
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [

[workspace.package]
authors = ["dwpeng"]
version = "0.2.9"
version = "0.2.10"
edition = "2021"
description = "A simple command line tool to filter data by using python-like syntax"
license = "MIT"
Expand All @@ -19,11 +19,11 @@ homepage = "https://github.com/dwpeng/filterx"
exclude = ["spec/", "docs/"]

[workspace.dependencies]
filterx = { path = "src/filterx", version = "0.2.9" }
filterx_core = { path = "src/filterx_core", version = "0.2.9" }
filterx_engine = { path = "src/filterx_engine", version = "0.2.9" }
filterx_source = { path = "src/filterx_source", version = "0.2.9" }
filterx_info = { path = "src/filterx_info", version = "0.2.9" }
filterx = { path = "src/filterx", version = "0.2.10" }
filterx_core = { path = "src/filterx_core", version = "0.2.10" }
filterx_engine = { path = "src/filterx_engine", version = "0.2.10" }
filterx_source = { path = "src/filterx_source", version = "0.2.10" }
filterx_info = { path = "src/filterx_info", version = "0.2.10" }
anyhow = "1.0.89"
clap = { version = "4.5.17", features = ["derive"] }
polars = { version = "0.44.2", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"

[project]
name = "filterx"
version = "0.2.9"
version = "0.2.10"
description = "A simple command line tool to filter data by using python-like syntax"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 3ae6265

Please sign in to comment.