diff --git a/getjump/__init__.py b/getjump/__init__.py index dfa06cc..78c7bf3 100644 --- a/getjump/__init__.py +++ b/getjump/__init__.py @@ -1,4 +1,4 @@ from .getjump import VALID_HOSTS, GetJump -__version__ = "2.6.0" +__version__ = "2.6.1" __all__ = ("GetJump", "VALID_HOSTS") diff --git a/pyproject.toml b/pyproject.toml index 77b1a1c..8957c7f 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.6.0" +version = "2.6.1" [tool.poetry.dependencies] python = ">=3.8,<4"