1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
cdbfd6623c 🤖 Bumped version to 0.1.18
Some checks failed
Package Python / Package (push) Successful in 27s
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:04 +02:00
be0c6fe30e 🤖 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.1.17' __version__ = '0.1.18'

View File

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