diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 447186a..26c4e64 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.1 +current_version = 1.8.2 commit = True tag = False diff --git a/docs/conf.py b/docs/conf.py index 005d96c..678c5eb 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.1" +release = "1.8.2" # -- General configuration ------------------------------------------------ diff --git a/pyproject.toml b/pyproject.toml index 62bd77c..4c00a93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "soccerdata" -version = "1.8.1" +version = "1.8.2" 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 aefaf84..ecff139 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.1" +__version__ = "1.8.2" __all__ = [ "ClubElo",