Skip to content

Commit

Permalink
Bump version (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Jun 11, 2023
1 parent 4ba4a9a commit 0e5d21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phantom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Big(int, Phantom, predicate=is_big):
from .errors import BoundError
from .predicates import Predicate

__version__ = "2.0.1"
__version__ = "2.1.0"
__all__ = (
"BoundError",
"Phantom",
Expand Down

0 comments on commit 0e5d21e

Please sign in to comment.