diff --git a/getjump/__init__.py b/getjump/__init__.py index e8c108d..dc0d642 100644 --- a/getjump/__init__.py +++ b/getjump/__init__.py @@ -1,4 +1,4 @@ from .getjump import VALID_HOSTS, GetJump -__version__ = "2.4.2" +__version__ = "2.5.0" __all__ = ("GetJump", "VALID_HOSTS") diff --git a/pyproject.toml b/pyproject.toml index 1adf855..026d932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ packages = [ license = "MIT" readme = "README.md" repository = "https://github.com/eggplants/getjump" -version = "2.4.2" +version = "2.5.0" [tool.poetry.dependencies] python = ">=3.8,<4"