bump version, update readme

This commit is contained in:
collerek
2020-09-23 11:58:15 +02:00
parent 3bd8f5cb40
commit cc1d66001f
2 changed files with 6 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.3.2"
__version__ = "0.3.3"
__all__ = [
"Integer",
"BigInteger",