1
0

Compare commits

..

No commits in common. "317d998fcbbca652d04f05d6c96690d181f38c60" and "59e74db4b600789b0543867ad935206029c53aca" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.24'
__version__ = '0.1.23'

View File

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