1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
409c090166 🤖 Bumped version to 0.1.8
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-08 18:37:04 +02:00
ad0a2ad93a 🤖 Repository layout updated to latest Python version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-06-08 18:36:01 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = '0.1.7' __version__ = '0.1.8'

View File

@ -67,3 +67,6 @@ docstring-quotes = "double"
quote-style = "single" quote-style = "single"
indent-style = "space" indent-style = "space"
docstring-code-format = true docstring-code-format = true
[lint.per-file-ignores]
"test/*" = ["S101", "T201"]