diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 880b9ec6..90acae1e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.2 +current_version = 1.5.3 commit = True tag = False diff --git a/docs/conf.py b/docs/conf.py index 566c6c4b..6775b383 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ copyright = f"2021, {author}" # The full version, including alpha/beta/rc tags -release = '1.5.2' +release = '1.5.3' # -- General configuration ------------------------------------------------ diff --git a/pyproject.toml b/pyproject.toml index 1cf1f237..f66d43e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "soccerdata" -version = "1.5.2" +version = "1.5.3" description = "A collection of wrappers over soccer data from various websites / APIs." authors = ["Pieter Robberechts "] license = "Apache-2.0" diff --git a/soccerdata/__init__.py b/soccerdata/__init__.py index 681715db..0156f7cc 100644 --- a/soccerdata/__init__.py +++ b/soccerdata/__init__.py @@ -1,6 +1,6 @@ """A collection of tools to read and process soccer data from various sources.""" -__version__ = '1.5.2' +__version__ = '1.5.3' __all__ = [ 'FiveThirtyEight',