1
0

Compare commits

..

No commits in common. "312e0bd3c855c1e08718e9c6bcad76fb3d454f68" and "9b1e944b18e48d7d9d345c430214d1e27b4fdab2" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

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

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
]