1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
450e355948 🤖 Bumped version to 0.1.23
All checks were successful
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Successful in 23s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-01 18:59:36 +02:00
ffa86aee63 🤖 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.22'
__version__ = '0.1.23'

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