chore: 1.3.0
Python Lint CI / ty (push) Successful in 4m5s
Python Lint CI / ruff-format-check (push) Successful in 4m6s
Python Lint CI / ruff (push) Successful in 55s

This commit is contained in:
2026-06-16 00:24:47 +02:00
parent 015eebd6ed
commit 0a8775dfc9
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.2.0" version = "1.3.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.2.0" version = "1.3.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "requests" }, { name = "requests" },