diff --git a/getjump/__init__.py b/getjump/__init__.py index 99802c5..03684d8 100644 --- a/getjump/__init__.py +++ b/getjump/__init__.py @@ -1,4 +1,4 @@ from .getjump import VALID_HOSTS, GetJump -__version__ = "2.4.0" +__version__ = "2.4.1" __all__ = ("GetJump", "VALID_HOSTS") diff --git a/pyproject.toml b/pyproject.toml index 9815abe..1e1bd5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [{include = "getjump"}] license = "MIT" readme = "README.md" repository = "https://github.com/eggplants/getjump" -version = "2.4.0" +version = "2.4.1" [tool.poetry.dependencies] python = ">=3.8,<4"