update docs, bump version

This commit is contained in:
collerek
2020-11-09 13:29:48 +01:00
parent 62d3388a97
commit 9c119aa80b
5 changed files with 126 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.4.0"
__version__ = "0.4.1"
__all__ = [
"Integer",
"BigInteger",