diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 339f04d3..3596b046 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.1 +current_version = 1.4.2 commit = True tag = False diff --git a/docs/conf.py b/docs/conf.py index ede18208..cf023479 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.1' +release = '1.4.2' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 623c5be9..912a8ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "socceraction" -version = "1.4.1" +version = "1.4.2" 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 80f54d1a..5eb699ea 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.1' +__version__ = '1.4.2'