This commit is contained in:
collerek
2020-12-07 12:58:37 +01:00
parent 380c2ab95e
commit 594542a7f8
5 changed files with 77 additions and 6 deletions

View File

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