Skip to content

Commit

Permalink
Bump version (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Jun 12, 2021
1 parent f4f74e8 commit e350955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phantom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ class Big(int, Phantom, predicate=is_big):
from .base import get_bound_parser
from .predicates.base import Predicate

__version__ = "0.8.1"
__version__ = "0.9.0"
__all__ = ("PhantomBase", "Phantom", "Predicate", "get_bound_parser", "PhantomMeta")

0 comments on commit e350955

Please sign in to comment.