Update __init__.py

bump version
This commit is contained in:
collerek
2021-03-05 12:37:28 +01:00
committed by GitHub
parent ebe6c10b9c
commit 7c0f8e976a

View File

@ -68,7 +68,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType() Undefined = UndefinedType()
__version__ = "0.9.5" __version__ = "0.9.6"
__all__ = [ __all__ = [
"Integer", "Integer",
"BigInteger", "BigInteger",