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