1
0

Compare commits

..

No commits in common. "9906d3431428065200745bd4b619adbbb981d08e" and "1634c9ae65fb7839b0e848889b69f1f0be687f7e" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.51'
__version__ = '0.1.50'

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
]