chore(version): bump 5.0.0-rc2 to 5.0.0-rc3

This commit is contained in:
Jérome Eertmans
2023-10-23 17:38:49 +02:00
parent 541bf96945
commit 61b983db3a
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.0-rc2
current_version = 5.0.0-rc3
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.0.0-rc2
version: v5.0.0-rc3

View File

@ -1 +1 @@
__version__ = "5.0.0-rc2"
__version__ = "5.0.0-rc3"

View File

@ -39,7 +39,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/jeertmans/manim-slides"
version = "5.0.0-rc2"
version = "5.0.0-rc3"
[tool.poetry.dependencies]
click = "^8.1.3"