Skip to content

Commit fe35aeb

Browse files
committed
Bump version: 1.8.4 → 1.8.5
1 parent 1348d23 commit fe35aeb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.4
2+
current_version = 1.8.5
33
commit = True
44
tag = False
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
copyright = 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "soccerdata"
3-
version = "1.8.4"
3+
version = "1.8.5"
44
description = "A collection of wrappers over soccer data from various websites / APIs."
55
authors = ["Pieter Robberechts <pieter.robberechts@kuleuven.be>"]
66
license = "Apache-2.0"

soccerdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)