From 89386ee12a43f60c8b36ac4b4705c9e32096be0b Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Sat, 14 Feb 2026 03:03:03 +0100 Subject: [PATCH] Bump version to 0.1.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3232c0..d3c81d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tensors" -version = "0.1.8" +version = "0.1.9" description = "Read safetensor metadata and fetch CivitAI model information" readme = "README.md" requires-python = ">=3.12"