We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e1847 commit 9bf0a4fCopy full SHA for 9bf0a4f
2 files changed
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="sport80",
6
- version="2.2.5",
+ version="2.2.6",
7
description="Python API interface for the Sport80 sites",
8
long_description='Intentionally empty',
9
url="https://github.com/euanwm/sport80_api",
sport80/__init__.py
@@ -7,5 +7,5 @@
from .helpers import pull_tables
from .pages_enum import EndPoint
10
-__version__ = "2.2.5"
+__version__ = "2.2.6"
11
__author__ = "Euan Meston"
0 commit comments