mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-04 07:27:00 +08:00
chore(version): bump 5.1.0-rc2 to 5.1.0-rc3
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 5.1.0-rc2
|
current_version = 5.1.0-rc3
|
||||||
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}
|
||||||
|
@ -29,4 +29,4 @@ keywords:
|
|||||||
- PowerPoint
|
- PowerPoint
|
||||||
- Python
|
- Python
|
||||||
license: MIT
|
license: MIT
|
||||||
version: v5.1.0-rc2
|
version: v5.1.0-rc3
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "5.1.0-rc2"
|
__version__ = "5.1.0-rc3"
|
||||||
|
@ -39,7 +39,7 @@ dynamic = ["license", "readme"]
|
|||||||
keywords = ["manim", "slides", "plugin", "manimgl"]
|
keywords = ["manim", "slides", "plugin", "manimgl"]
|
||||||
name = "manim-slides"
|
name = "manim-slides"
|
||||||
requires-python = ">=3.8,<3.12"
|
requires-python = ">=3.8,<3.12"
|
||||||
version = "5.1.0-rc2"
|
version = "5.1.0-rc3"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
all = [
|
all = [
|
||||||
|
Reference in New Issue
Block a user