1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
f651d6c8e8 🤖 Bumped version to 0.1.11
All checks were successful
Package Python / Package (push) Successful in 22s
Test Python / Test (push) Successful in 19s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-06-16 02:18:03 +02:00
98f4012ae9 🤖 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
]