From 3418fafdd09e08f5fce3abdbb12897f6d8d36e82 Mon Sep 17 00:00:00 2001 From: Pieter Robberechts Date: Thu, 7 Mar 2024 18:25:03 +0100 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 +- docs/conf.py | 2 +- pyproject.toml | 2 +- socceraction/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bac5b465..d4713e4f 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/docs/conf.py b/docs/conf.py index c9df887c..92059719 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ author = 'Tom Decroos' # The full version, including alpha/beta/rc tags -release = '1.5.0' +release = '1.5.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9e89ac22..eb96a6e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "socceraction" -version = "1.5.0" +version = "1.5.1" description = "Convert soccer event stream data to the SPADL format and value on-the-ball player actions" authors = ["Tom Decroos ", "Pieter Robberechts "] license = "MIT" diff --git a/socceraction/__init__.py b/socceraction/__init__.py index 0150971a..85c1dc26 100644 --- a/socceraction/__init__.py +++ b/socceraction/__init__.py @@ -9,4 +9,4 @@ :copyright: (c) 2020 by DTAI KU Leuven. :license: MIT, see LICENSE for more details. """ -__version__ = '1.5.0' +__version__ = '1.5.1'