chore(version): bump 5.1.0 to 5.1.1

This commit is contained in:
Jérome Eertmans
2024-01-31 14:43:25 +01:00
parent 38ef91d30c
commit abbe577aae
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 5.1.0 current_version = 5.1.1
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}

View File

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

View File

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