1
0

Compare commits

..

No commits in common. "726ce43b8af9162e937f55d02f6e67d3bfbc26ba" and "1b6fa197a520f14e320a75aa095edf50f65274d5" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.17'
__version__ = '0.1.16'

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
]