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