Skip to content

Commit 9bf0a4f

Browse files
committed
updated package version
1 parent 32e1847 commit 9bf0a4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="sport80",
6-
version="2.2.5",
6+
version="2.2.6",
77
description="Python API interface for the Sport80 sites",
88
long_description='Intentionally empty',
99
url="https://github.com/euanwm/sport80_api",

sport80/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
from .helpers import pull_tables
88
from .pages_enum import EndPoint
99

10-
__version__ = "2.2.5"
10+
__version__ = "2.2.6"
1111
__author__ = "Euan Meston"

0 commit comments

Comments
 (0)