Skip to content

Commit

Permalink
Bump version: 1.2.2 → 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
probberechts committed Apr 23, 2022
1 parent 837b5a8 commit d8aad8e
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.2.2
current_version = 1.2.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.2.2'
release = '1.2.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.2.2"
version = "1.2.3"
description = "Convert soccer event stream data to the SPADL format and value on-the-ball player actions"
authors = ["Tom Decroos <tom.decroos.be@gmail.com>", "Pieter Robberechts <pieter.robberechts@kuleuven.be>"]
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 @@
:copyright: (c) 2020 by DTAI KU Leuven.
:license: MIT, see LICENSE for more details.
"""
__version__ = '1.2.2'
__version__ = '1.2.3'

0 comments on commit d8aad8e

Please sign in to comment.