Skip to content

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 17 May 17:55
· 221 commits to master since this release

Code Refactoring

  • return Tuple[int, int] for supporting range in the future

BREAKING CHANGE

return type are now Union[Tuple[int, int], None] instead of int