fix for base64 choices #204

This commit is contained in:
collerek
2021-05-20 16:12:33 +02:00
parent 22676750dd
commit 40f1076443
3 changed files with 6 additions and 5 deletions

View File

@ -76,7 +76,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.10.8"
__version__ = "0.10.9"
__all__ = [
"Integer",
"BigInteger",