From 6fc03b0a483cf5e2f2f588ad48bf1a83282e4ad5 Mon Sep 17 00:00:00 2001 From: #Einswilli Date: Sun, 30 Nov 2025 15:45:09 +0000 Subject: [PATCH] v0.1.2 configs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0058d3..92a0f7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "forklet" -version = "0.1.1" +version = "0.1.2" description = "Download any file or folder from any GitHub repo by branch, tag, or commit with glob pattern filtering." readme = "README.md" license = {file = "LICENSE"}