1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
c5ef9dfc79 🤖 Bumped version to 0.3.10
Some checks failed
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Failing after 23s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-01 19:00:00 +02:00
1e27710b5c 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-01 18:59:29 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = '0.3.9'
__version__ = '0.3.10'

View File

@ -7,6 +7,7 @@ lint.ignore = [
'Q003', 'D205', # Format conflict
'TCH', # Microoptimization at the cost of readability
'TID252', # I like relative imports
'D407', 'D413', # Weird documentation stuff