cleanup, update docs, bump version

This commit is contained in:
collerek
2020-12-14 19:05:54 +01:00
parent 0d95f3b90d
commit 89a55d36b8
6 changed files with 122 additions and 8 deletions

View File

@ -44,7 +44,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.7.3"
__version__ = "0.7.4"
__all__ = [
"Integer",
"BigInteger",