1
0

Compare commits

..

No commits in common. "54dceac9b1aba460ad8a4f847af63b12bc29769d" and "4a44f2d73b126c8cfee610e322bfe54a87cfaa5e" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.34'
__version__ = '0.1.33'

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