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

View File

@ -1,5 +1,5 @@
[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+))?
serialize =
{major}.{minor}.{patch}-rc{release}

View File

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

View File

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