Skip to content

Commit

Permalink
Bump version: 1.5.0 → 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
probberechts committed Mar 7, 2024
1 parent a5b3c74 commit 3418faf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0
current_version = 1.5.1
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Pieter Robberechts <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion socceraction/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 3418faf

Please sign in to comment.