bump version

This commit is contained in:
collerek
2020-09-23 10:11:42 +02:00
parent 798475ae5f
commit 9ce50280ae

View File

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