We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e4186 commit 7718f0eCopy full SHA for 7718f0e
1 file changed
src/phantom/__init__.py
@@ -22,5 +22,5 @@ class Big(int, Phantom, predicate=is_big):
22
from .base import get_bound_parser
23
from .predicates.base import Predicate
24
25
-__version__ = "0.14.0"
+__version__ = "0.15.0"
26
__all__ = ("PhantomBase", "Phantom", "Predicate", "get_bound_parser", "PhantomMeta")
0 commit comments