1
0

Compare commits

..

No commits in common. "8b3b29cb0b59034700f28df7c459468081052481" and "3ee56f1d5794dcaae2fe8ee17e574b5bb50ab826" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.26'
__version__ = '0.1.25'

View File

@ -76,5 +76,4 @@ docstring-code-format = true
"S101", # Test Asserts
"T201", # Debug prints
"PLR2004", # magic-value-comparison
'SLF001', # Allow access to private members
]