Updated version in pyproject.toml to 1.2.3

This commit is contained in:
Nicolas Kruse 2025-06-02 19:56:21 +02:00 committed by GitHub
parent 71f211022f
commit 3ee02b73b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "pyladoc" name = "pyladoc"
version = "1.2.2" version = "1.2.3"
authors = [ authors = [
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" }, { name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
] ]
@ -54,4 +54,4 @@ show_error_codes = true
minversion = "6.0" minversion = "6.0"
addopts = "-ra -q" addopts = "-ra -q"
testpaths = ["tests"] testpaths = ["tests"]
pythonpath = ["src"] pythonpath = ["src"]