Skip to content

Commit edfe39b

Browse files
committed
update: bump version to 0.3.3 in Cargo.lock, Cargo.toml, and pyproject.toml
1 parent 0195beb commit edfe39b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010

1111
[workspace.package]
1212
authors = ["dwpeng"]
13-
version = "0.3.2"
13+
version = "0.3.3"
1414
edition = "2021"
1515
description = "A command line tool to filter data by using python-like syntax"
1616
license = "MIT"
@@ -20,11 +20,11 @@ exclude = ["spec/", "docs/"]
2020
readme = "README.md"
2121

2222
[workspace.dependencies]
23-
filterx = { path = "src/filterx", version = "0.3.2" }
24-
filterx_core = { path = "src/filterx_core", version = "0.3.2" }
25-
filterx_engine = { path = "src/filterx_engine", version = "0.3.2" }
26-
filterx_source = { path = "src/filterx_source", version = "0.3.2" }
27-
filterx_info = { path = "src/filterx_info", version = "0.3.2" }
23+
filterx = { path = "src/filterx", version = "0.3.3" }
24+
filterx_core = { path = "src/filterx_core", version = "0.3.3" }
25+
filterx_engine = { path = "src/filterx_engine", version = "0.3.3" }
26+
filterx_source = { path = "src/filterx_source", version = "0.3.3" }
27+
filterx_info = { path = "src/filterx_info", version = "0.3.3" }
2828
anyhow = "1.0.94"
2929
clap = { version = "4.5.17", features = ["derive"] }
3030
polars = { version = "0.45.1", default-features = false, features = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55

66
[project]
77
name = "filterx"
8-
version = "0.3.2"
8+
version = "0.3.3"
99
description = "A command line tool to filter data by using python-like syntax"
1010
readme = "README.md"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)