Skip to content

Commit a01ff42

Browse files
authored
Bump version (#265)
1 parent a8035a8 commit a01ff42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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__ = "1.1.0"
26+
__version__ = "1.2.0"
2727
__all__ = (
2828
"BoundError",
2929
"Phantom",

0 commit comments

Comments
 (0)