From 7886b3e481b4e1644e500a70faa51fea03c33893 Mon Sep 17 00:00:00 2001 From: dwpeng Date: Thu, 7 Nov 2024 22:57:40 +0800 Subject: [PATCH] update: bump filterx version to 0.2.4 in Cargo.lock, Cargo.toml, and pyproject.toml --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 088e166..9cadaf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -698,7 +698,7 @@ checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" [[package]] name = "filterx" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1b33628..33242fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 47df987..be95c97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -30,5 +30,4 @@ include = [ "pyproject.toml", "README.md", "LICENSE", - "python/" ]