Skip to content

Commit

Permalink
update: bump filterx version to 0.2.4 in Cargo.lock, Cargo.toml, and …
Browse files Browse the repository at this point in the history
…pyproject.toml
  • Loading branch information
dwpeng committed Nov 7, 2024
1 parent 4ec7ac6 commit 7886b3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "filterx"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
description = "A simple command line tool to filter data using a python-like syntax"
license = "MIT"
Expand Down
3 changes: 1 addition & 2 deletions 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.3"
version = "0.2.4"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
Expand All @@ -30,5 +30,4 @@ include = [
"pyproject.toml",
"README.md",
"LICENSE",
"python/"
]

0 comments on commit 7886b3e

Please sign in to comment.