diff --git a/.bumpversion.cfg b/.bumpversion.cfg index abeaf3c..03142b6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.6 +current_version = 1.8.7 commit = True tag = False diff --git a/docs/conf.py b/docs/conf.py index b3185b7..65041cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ copyright = f"2021, {author}" # noqa: A001 # The full version, including alpha/beta/rc tags -release = "1.8.6" +release = "1.8.7" # -- General configuration ------------------------------------------------ diff --git a/pyproject.toml b/pyproject.toml index aedee02..77e30b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "soccerdata" -version = "1.8.6" +version = "1.8.7" description = "A collection of wrappers over soccer data from various websites / APIs." authors = ["Pieter Robberechts "] license = "Apache-2.0" diff --git a/soccerdata/__init__.py b/soccerdata/__init__.py index ea0eb31..a559f9a 100644 --- a/soccerdata/__init__.py +++ b/soccerdata/__init__.py @@ -1,6 +1,6 @@ """A collection of tools to read and process soccer data from various sources.""" -__version__ = "1.8.6" +__version__ = "1.8.7" __all__ = [ "ClubElo",