File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.8.4
2+ current_version = 1.8.5
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 77copyright = f"2021, { author } " # noqa: A001
88
99# The full version, including alpha/beta/rc tags
10- release = "1.8.4 "
10+ release = "1.8.5 "
1111
1212# -- General configuration ------------------------------------------------
1313
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " soccerdata"
3- version = " 1.8.4 "
3+ version = " 1.8.5 "
44description = " A collection of wrappers over soccer data from various websites / APIs."
55authors = [" Pieter Robberechts <pieter.robberechts@kuleuven.be>" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11"""A collection of tools to read and process soccer data from various sources."""
22
3- __version__ = "1.8.4 "
3+ __version__ = "1.8.5 "
44
55__all__ = [
66 "ClubElo" ,
You can’t perform that action at this time.
0 commit comments