From 3cdab27be03315fc2449511359f4dd6a284af195 Mon Sep 17 00:00:00 2001 From: eggplants Date: Sun, 5 Jan 2025 04:10:39 +0900 Subject: [PATCH] v2.7.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 4dddac9..f5135d4 100644 --- a/getjump/__init__.py +++ b/getjump/__init__.py @@ -1,4 +1,4 @@ from .getjump import VALID_HOSTS, GetJump -__version__ = "2.7.0" +__version__ = "2.7.1" __all__ = ("VALID_HOSTS", "GetJump") diff --git a/pyproject.toml b/pyproject.toml index f2a34b2..759ff9e 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.7.0" +version = "2.7.1" [tool.poetry.dependencies] python = ">=3.8,<4"