1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
2703aa1598 🤖 Bumped version to 0.1.4
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:23 +02:00
24f11f87c3 🤖 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.3'
__version__ = '0.1.4'

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