chore(version): bump 5.1.1 to 5.1.2

This commit is contained in:
Jérome Eertmans
2024-02-01 13:02:40 +01:00
parent b47068ede5
commit 648d7ff921
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 5.1.1 current_version = 5.1.2
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.1 version: v5.1.2

View File

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