fix issue 70

This commit is contained in:
collerek
2020-12-10 16:22:01 +01:00
parent 5c15564e0b
commit f4aedbfb2b
5 changed files with 76 additions and 5 deletions

View File

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