Skip to content

Commit f7ece03

Browse files
authored
Bump version (#222)
1 parent 51c9e5f commit f7ece03

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 ._base import get_bound_parser
2424
from .predicates import Predicate
2525

26-
__version__ = "0.17.0"
26+
__version__ = "0.17.1"
2727
__all__ = (
2828
"BoundError",
2929
"Phantom",

0 commit comments

Comments
 (0)