Skip to content

Commit

Permalink
Typeguard 3.0.0 hotfix (#270)
Browse files Browse the repository at this point in the history
Context: #269
  • Loading branch information
ramnes authored Mar 16, 2023
1 parent b73c160 commit 532ef13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ package_dir =
packages = find:
python_requires = >=3.7
install_requires =
typeguard>=2.10
typeguard>=2.10,<3
typing_extensions>=4.3.0
numerary>=0.3.0,<0.4; python_version<'3.8'
numerary>=0.4.3; python_version>='3.8'
Expand Down
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__ = "1.2.1"
__version__ = "1.2.2"
__all__ = (
"BoundError",
"Phantom",
Expand Down

0 comments on commit 532ef13

Please sign in to comment.