Skip to content

Commit 715a14b

Browse files
author
Your Name
committed
chore: bumped version
1 parent ada3279 commit 715a14b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/changelog/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Package Updates
1414
---------------
1515

1616
- Updated goals models loss functions to work with ``scipy 1.16+``
17-
- Improved numerical stability of loss function for Negative Binomial model to improve convergence
17+
- Improved numerical stability of the loss function for the Negative Binomial model to improve convergence
1818
- Added colab notebook for implied probabilities examples
1919
- Python 3.14 support
2020

penaltyblog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0" # noqa
1+
__version__ = "1.6.1" # noqa

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "penaltyblog"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "Football (soccer) Data & Modelling Made Easy"
55
authors = [{ name = "Martin Eastwood", email = "[email protected]" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)