We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f231a commit 368ac2eCopy full SHA for 368ac2e
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.11.0"
+__version__ = "0.12.0"
26
__all__ = ("PhantomBase", "Phantom", "Predicate", "get_bound_parser", "PhantomMeta")
0 commit comments