Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeadarsh2008 authored Jul 9, 2024
1 parent 4c49edc commit 542fd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -23,4 +23,4 @@ features = ["pyo3/extension-module"]

[build-system]
requires = ["maturin>=1.6,<2.0"]
build-backend = "maturin"
build-backend = "maturin"

0 comments on commit 542fd3a

Please sign in to comment.