From bf8a176dda1b919d0c4906b2c452dc93d8540410 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 25 Jan 2026 11:09:29 +1100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.4=20=E2=86=92=202.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0fb319f..a2130a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "artifactapi" -version = "2.0.4" +version = "2.0.5" description = "Generic artifact caching system with support for various package managers" dependencies = [ @@ -44,7 +44,7 @@ dev = [ ] [tool.bumpversion] -current_version = "2.0.4" +current_version = "2.0.5" commit = true tag = true message = "Bump version: {current_version} → {new_version}"