bump version

This commit is contained in:
collerek
2021-01-05 15:19:16 +01:00
parent 3279ef7a85
commit 31b4c2e82b

View File

@ -65,7 +65,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.7.5"
__version__ = "0.8.0"
__all__ = [
"Integer",
"BigInteger",