From 2aa24e3823e272a0f7c6671be0010a6bf0fe47b4 Mon Sep 17 00:00:00 2001 From: eggplants Date: Thu, 3 Oct 2024 21:34:02 +0900 Subject: [PATCH] v2.6.1 --- 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 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"