1
0

Compare commits

..

No commits in common. "f5875c389cf916ff1f0e10b9363b60f92fb74f47" and "69a8e15c0a71ef51548e1cae48fda63f27036b12" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.42'
__version__ = '0.1.41'

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
]