We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c9e5f commit f7ece03Copy full SHA for f7ece03
1 file changed
src/phantom/__init__.py
@@ -23,7 +23,7 @@ class Big(int, Phantom, predicate=is_big):
23
from ._base import get_bound_parser
24
from .predicates import Predicate
25
26
-__version__ = "0.17.0"
+__version__ = "0.17.1"
27
__all__ = (
28
"BoundError",
29
"Phantom",
0 commit comments