From 8119addbe6ba52f94488388ae792af5d13108cb4 Mon Sep 17 00:00:00 2001 From: Pieter Robberechts Date: Tue, 28 May 2024 00:04:04 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.7.0=20=E2=86=92=201.7.1?= 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 e93c8f72..a9360895 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0 +current_version = 1.7.1 commit = True tag = False diff --git a/docs/conf.py b/docs/conf.py index affda987..3ff7aea6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ copyright = f"2021, {author}" # The full version, including alpha/beta/rc tags -release = '1.7.0' +release = '1.7.1' # -- General configuration ------------------------------------------------ diff --git a/pyproject.toml b/pyproject.toml index 824762ec..af6db78c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "soccerdata" -version = "1.7.0" +version = "1.7.1" 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 f33cd8b5..7634b3e9 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.7.0' +__version__ = '1.7.1' __all__ = [ 'ClubElo',