revert 707f11f578 #49

Merged
brian merged 1 commits from brian-patch-1 into main 2026-07-10 14:42:26 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ef31fb4b4e - Show all commits
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "python-repositories"
version = "2.0.4"
version = "2.0.3"
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 = 2
revision = 3
requires-python = ">=3.12"
resolution-markers = [
"python_full_version >= '3.15'",
@@ -1056,7 +1056,7 @@ wheels = [
[[package]]
name = "python-repositories"
version = "2.0.4"
version = "2.0.3"
source = { editable = "." }
dependencies = [
{ name = "python-dotenv" },