From 3c7369c1ba7986034030daf9e05015998c72204e Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sun, 18 Jan 2026 18:14:47 -0700 Subject: [PATCH] Bump version to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f622d5..32abd0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rentcache" -version = "0.1.0" +version = "0.1.1" description = "Intelligent caching proxy for Rentcast API with cost management and rate limiting" authors = [ {name = "Ryan Malloy", email = "ryan@supported.systems"}