Skip to content

Commit

Permalink
fix: update filterx package version to 0.2.7 in Cargo.toml, Cargo.loc…
Browse files Browse the repository at this point in the history
…k, and pyproject.toml
  • Loading branch information
dwpeng committed Nov 11, 2024
1 parent cfd4d73 commit a13213a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

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

[workspace.package]
authors = ["dwpeng"]
version = "0.2.6"
version = "0.2.7"
edition = "2021"
description = "A simple command line tool to filter data by using python-like syntax"
license = "MIT"
Expand All @@ -21,7 +21,7 @@ exclude = ["spec/", "docs/"]
filterx = { path = "src/filterx", version = "0.2.6" }
filterx_core = { path = "src/filterx_core", version = "0.2.6" }
filterx_engine = { path = "src/filterx_engine", version = "0.2.6" }
filterx_source = { path = "src/filterx_source", version = "0.2.6" }
filterx_source = { path = "src/filterx_source", version = "0.2.7" }
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.6"
version = "0.2.7"
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 a13213a

Please sign in to comment.