Skip to content

Commit 9a8c62b

Browse files
committed
Bump version: 1.4.2 → 1.5.0
1 parent 58ad3c2 commit 9a8c62b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.2
2+
current_version = 1.5.0
33
commit = True
44
tag = False
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author = 'Tom Decroos'
2020

2121
# The full version, including alpha/beta/rc tags
22-
release = '1.4.2'
22+
release = '1.5.0'
2323

2424

2525
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "socceraction"
3-
version = "1.4.2"
3+
version = "1.5.0"
44
description = "Convert soccer event stream data to the SPADL format and value on-the-ball player actions"
55
authors = ["Tom Decroos <tom.decroos.be@gmail.com>", "Pieter Robberechts <pieter.robberechts@kuleuven.be>"]
66
license = "MIT"

socceraction/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
:copyright: (c) 2020 by DTAI KU Leuven.
1010
:license: MIT, see LICENSE for more details.
1111
"""
12-
__version__ = '1.4.2'
12+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)