Skip to content

Commit 4422c8b

Browse files
authored
chore: Bump version (#281)
1 parent c3510e1 commit 4422c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/phantom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Big(int, Phantom, predicate=is_big):
2323
from .errors import BoundError
2424
from .predicates import Predicate
2525

26-
__version__ = "2.0.0"
26+
__version__ = "2.0.1"
2727
__all__ = (
2828
"BoundError",
2929
"Phantom",

0 commit comments

Comments
 (0)