1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
d7c11866a8 🤖 Bumped version to 0.1.18
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-08 18:37:08 +02:00
8e49d7b1b8 🤖 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.17'
__version__ = '0.1.18'

View File

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