From d631193e0feb1072950125001f1617bdca34b1dc Mon Sep 17 00:00:00 2001 From: eggplants Date: Fri, 4 Oct 2024 22:39:12 +0900 Subject: [PATCH] v2.6.2 --- getjump/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getjump/__init__.py b/getjump/__init__.py index 78c7bf3..f7b6b57 100644 --- a/getjump/__init__.py +++ b/getjump/__init__.py @@ -1,4 +1,4 @@ from .getjump import VALID_HOSTS, GetJump -__version__ = "2.6.1" +__version__ = "2.6.2" __all__ = ("GetJump", "VALID_HOSTS") diff --git a/pyproject.toml b/pyproject.toml index 8957c7f..dcdedfe 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.1" +version = "2.6.2" [tool.poetry.dependencies] python = ">=3.8,<4"