chore(version): bump to 5.1.0

This commit is contained in:
Jérome Eertmans
2024-01-26 18:19:09 +01:00
parent 9e4c1d76ee
commit 9cb1dae990
3 changed files with 3 additions and 3 deletions

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 5.1.0-rc4 current_version = 5.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))? parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
serialize = serialize =
{major}.{minor}.{patch}-rc{release} {major}.{minor}.{patch}-rc{release}

@ -29,4 +29,4 @@ keywords:
- PowerPoint - PowerPoint
- Python - Python
license: MIT license: MIT
version: v5.1.0-rc4 version: v5.1.0

@ -1 +1 @@
__version__ = "5.1.0-rc4" __version__ = "5.1.0"