chore: 1.2.0
Python Lint CI / ruff-format-check (push) Successful in 2m32s
Python Lint CI / ty (push) Successful in 3m7s
Python Lint CI / ruff (push) Successful in 1m5s

This commit is contained in:
2026-06-15 15:09:33 +02:00
parent 85a1c47c8c
commit 3df8cfffc7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "cool-domain" name = "cool-domain"
version = "1.1.2" version = "1.2.0"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
Generated
+1 -1
View File
@@ -86,7 +86,7 @@ wheels = [
[[package]] [[package]]
name = "cool-domain" name = "cool-domain"
version = "1.1.2" version = "1.2.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "requests" }, { name = "requests" },