From b73c160b973e79225cb26fc29f6c93323db13eb9 Mon Sep 17 00:00:00 2001 From: Anton Agestam Date: Thu, 23 Feb 2023 21:49:18 +0100 Subject: [PATCH] Bump version (#268) --- src/phantom/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phantom/__init__.py b/src/phantom/__init__.py index b7e4d79..828a3a7 100644 --- a/src/phantom/__init__.py +++ b/src/phantom/__init__.py @@ -23,7 +23,7 @@ class Big(int, Phantom, predicate=is_big): from .errors import BoundError from .predicates import Predicate -__version__ = "1.2.0" +__version__ = "1.2.1" __all__ = ( "BoundError", "Phantom",