From 97a9c8b47f812dec01146f8d9c2d6b759803c5b9 Mon Sep 17 00:00:00 2001 From: Pieter Robberechts Date: Fri, 28 Jul 2023 12:46:47 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.0=20=E2=86=92=201.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- soccerdata/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d82bff91..d6be1f10 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.0 +current_version = 1.5.1 commit = True tag = False diff --git a/pyproject.toml b/pyproject.toml index e39c9c15..aa8298a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "soccerdata" -version = "1.5.0" +version = "1.5.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 75312e60..5ebbf349 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.5.0' +__version__ = '1.5.1' __all__ = [ 'FiveThirtyEight',