update docs and bump version

This commit is contained in:
collerek
2020-10-27 18:18:09 +01:00
parent 82e3eb94ae
commit 8b37a14131
4 changed files with 30 additions and 7 deletions

View File

@ -28,7 +28,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.3.8"
__version__ = "0.3.9"
__all__ = [
"Integer",
"BigInteger",