1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
552b65eeb9 🤖 Bumped version to 0.1.7
Some checks failed
Package Python / Package (push) Successful in 21s
Test Python / Test (push) Failing after 19s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-06-08 18:36:58 +02:00
0a853220aa 🤖 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:00 +02:00
2 changed files with 4 additions and 1 deletions

View File

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

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"]