Bump version: 2.0.3 → 2.0.4

This commit is contained in:
Ben Vincent 2026-01-24 23:59:48 +11:00
parent d39550c4e8
commit 16c8bd60eb

View File

@ -1,6 +1,6 @@
[project]
name = "artifactapi"
version = "2.0.3"
version = "2.0.4"
description = "Generic artifact caching system with support for various package managers"
dependencies = [
@ -44,7 +44,7 @@ dev = [
]
[tool.bumpversion]
current_version = "2.0.3"
current_version = "2.0.4"
commit = true
tag = true
message = "Bump version: {current_version} → {new_version}"