bump version, update docs

This commit is contained in:
collerek
2020-11-30 08:07:57 +01:00
parent 610fcf4944
commit b939a02ce0
3 changed files with 10 additions and 1 deletions

View File

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