chore(version): bump 5.1.3 to 5.1.4

This commit is contained in:
Jérome Eertmans
2024-04-16 17:35:42 +02:00
parent 5920a843f5
commit 49e2c31d9a
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[bumpversion]
current_version = 5.1.3
current_version = 5.1.4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-rc{release}
{major}.{minor}.{patch}
commit = True

View File

@ -26,7 +26,7 @@ keywords:
- PowerPoint
- Python
license: MIT
version: v5.1.3
version: v5.1.4
preferred-citation:
publisher:
name: The Open Journal

View File

@ -1 +1 @@
__version__ = "5.1.3"
__version__ = "5.1.4"