Skip to content

Commit

Permalink
Bump version: 1.5.2 → 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
probberechts committed Aug 15, 2024
1 parent b709dbf commit 3ca3ce0
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.2
current_version = 1.5.3
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.2"
release = "1.5.3"


# -- 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.2"
version = "1.5.3"
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 @@ -10,4 +10,4 @@
:license: MIT, see LICENSE for more details.
"""

__version__ = "1.5.2"
__version__ = "1.5.3"

0 comments on commit 3ca3ce0

Please sign in to comment.