From e2ec42ba0a3321fc4e385ba1d52531489bc5fba2 Mon Sep 17 00:00:00 2001 From: ixe013 Date: Mon, 15 Dec 2025 22:01:04 -0500 Subject: [PATCH] Numbers are infinite, but I still might run out trying to get this right --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 54d6c55..34e8b99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctflags" -version = "0.2.0" +version = "0.3.6" edition = "2024" [dependencies] diff --git a/pyproject.toml b/pyproject.toml index a84c00d..5b13e98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "ctflags" -version = "0.3.5" +version = "0.3.6" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust",