Skip to content

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm committed Oct 5, 2023
1 parent 4c9c9bb commit 59fb8cd
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.3",
version="2.2.4",
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, convert_to_json, convert_to_py
from .pages_enum import EndPoint

__version__ = "2.2.3"
__version__ = "2.2.4"
__author__ = "Euan Meston"

0 comments on commit 59fb8cd

Please sign in to comment.