chore(version): bump 5.1.0-rc3 to 5.1.0-rc4

This commit is contained in:
Jérome Eertmans
2024-01-26 15:14:25 +01:00
parent 16f740d2ad
commit fd9b06b955
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[bumpversion]
current_version = 5.1.0-rc3
current_version = 5.1.0-rc4
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

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

View File

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