From e350955c439059641aeff5e9f540a14e1a4803b6 Mon Sep 17 00:00:00 2001 From: Anton Agestam Date: Sat, 12 Jun 2021 18:08:59 +0200 Subject: [PATCH] Bump version (#113) --- phantom/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantom/__init__.py b/phantom/__init__.py index 086d85d..899f772 100644 --- a/phantom/__init__.py +++ b/phantom/__init__.py @@ -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")