Skip to content

Commit

Permalink
v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Jan 15, 2024
1 parent e6c8d44 commit 1a65e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion getjump/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .getjump import VALID_HOSTS, GetJump

__version__ = "2.4.1"
__version__ = "2.4.2"
__all__ = ("GetJump", "VALID_HOSTS")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [{include = "getjump"}]
license = "MIT"
readme = "README.md"
repository = "https://github.com/eggplants/getjump"
version = "2.4.1"
version = "2.4.2"

[tool.poetry.dependencies]
python = ">=3.8,<4"
Expand Down

0 comments on commit 1a65e34

Please sign in to comment.