chore: release v2.0.4 [skip ci]

This commit is contained in:
CI Bot
2026-07-10 12:36:58 +00:00
parent b1d34f8f0f
commit 707f11f578
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "python-repositories"
version = "2.0.3"
version = "2.0.4"
description = "Various python repository interfaces exposed as a python package."
authors = [
{ name = "Brian Bjarke Jensen", email = "[email protected]" }
Generated
+2 -2
View File
@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.12"
resolution-markers = [
"python_full_version >= '3.15'",
@@ -1056,7 +1056,7 @@ wheels = [
[[package]]
name = "python-repositories"
version = "2.0.3"
version = "2.0.4"
source = { editable = "." }
dependencies = [
{ name = "python-dotenv" },