1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
f796fcfaa2 🤖 Bumped version to 0.1.11
All checks were successful
Package Python / Package (push) Successful in 21s
Test Python / Test (push) Successful in 21s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-06-16 02:18:00 +02:00
222e4f24cc 🤖 Repository layout updated to latest Python version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-06-16 02:17:48 +02:00
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.10'
__version__ = '0.1.11'

View File

@ -69,4 +69,8 @@ indent-style = "space"
docstring-code-format = true
[lint.per-file-ignores]
"test/*" = ["S101", "T201"]
"test/*" = [
"S101", # Test Asserts
"T201", # Debug prints
"PLR2004", # magic-value-comparison
]