bump version

This commit is contained in:
collerek
2020-10-28 14:23:46 +01:00
committed by GitHub
parent 858fbce67f
commit 72438ce6b1

View File

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