From 542fd3a313a5875e862b3210b88fa5bea59f1b66 Mon Sep 17 00:00:00 2001 From: Adarsh Gourab Mahalik <71959210+itsmeadarsh2008@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:48:01 +0530 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88a8f38..4c5046d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flpc" -version = "0.2.4" +version = "0.2.5" description = "A Lightning Fast ⚡ Rust-based regex crate wrapper for Python3 to get faster performance. 👾" maintainers = [{ name = "Adarsh Gourab Mahalik", email = "gourabmahalikadarsh@gmail.com" }] readme = "README.md" @@ -23,4 +23,4 @@ features = ["pyo3/extension-module"] [build-system] requires = ["maturin>=1.6,<2.0"] -build-backend = "maturin" \ No newline at end of file +build-backend = "maturin"