1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
54dceac9b1 🤖 Bumped version to 0.1.34
All checks were successful
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Successful in 26s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-01 18:59:41 +02:00
4ce7061ded 🤖 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.33' __version__ = '0.1.34'

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