1
0

Compare commits

..

No commits in common. "fd662c73754667a6934ac6d86ecb0cc06ecca1e4" and "72059e361560134970e4c10ae72a3bbc1c2d20af" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.28'
__version__ = '0.1.27'

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
]