From 5b289665f90b47e921add77b9ee631fbfea319b7 Mon Sep 17 00:00:00 2001 From: Percy Date: Sat, 23 Aug 2025 11:50:13 -0500 Subject: [PATCH] Bump version to 0.3.3.post3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d71659c..9cad5ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "scikit_build_core.build" [project] name = "libcachesim" -version = "0.3.3.post2" +version = "0.3.3.post3" description="Python bindings for libCacheSim" readme = "README.md" requires-python = ">=3.9"