Skip to content

Commit

Permalink
updated package version
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm committed Oct 6, 2024
1 parent 32e1847 commit 9bf0a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="sport80",
version="2.2.5",
version="2.2.6",
description="Python API interface for the Sport80 sites",
long_description='Intentionally empty',
url="https://github.com/euanwm/sport80_api",
Expand Down
2 changes: 1 addition & 1 deletion sport80/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
from .helpers import pull_tables
from .pages_enum import EndPoint

__version__ = "2.2.5"
__version__ = "2.2.6"
__author__ = "Euan Meston"

0 comments on commit 9bf0a4f

Please sign in to comment.