diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3596b046..bac5b465 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.2 +current_version = 1.5.0 commit = True tag = False diff --git a/docs/conf.py b/docs/conf.py index cf023479..c9df887c 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.4.2' +release = '1.5.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 130e9340..427ef078 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "socceraction" -version = "1.4.2" +version = "1.5.0" 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 5eb699ea..0150971a 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.4.2' +__version__ = '1.5.0'