From 4cf2debc2d4946be86ea6decdbe9d87380119cb8 Mon Sep 17 00:00:00 2001 From: Pieter Robberechts Date: Wed, 30 Oct 2024 16:19:01 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.8.2=20=E2=86=92=201.8.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- soccerdata/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 26c4e64..b5c13a6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.2 +current_version = 1.8.3 commit = True tag = False diff --git a/docs/conf.py b/docs/conf.py index 678c5eb..293eb98 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.2" +release = "1.8.3" # -- General configuration ------------------------------------------------ diff --git a/pyproject.toml b/pyproject.toml index 5fb8c23..423ac00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "soccerdata" -version = "1.8.2" +version = "1.8.3" 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 ecff139..4172e9b 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.2" +__version__ = "1.8.3" __all__ = [ "ClubElo",