mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-18 03:05:21 +08:00
chore(version): bump 5.1.0-rc1 to 5.1.0-rc2
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 5.1.0-rc1
|
current_version = 5.1.0-rc2
|
||||||
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}
|
||||||
{major}.{minor}.{patch}
|
{major}.{minor}.{patch}
|
||||||
commit = True
|
commit = True
|
||||||
|
@ -29,4 +29,4 @@ keywords:
|
|||||||
- PowerPoint
|
- PowerPoint
|
||||||
- Python
|
- Python
|
||||||
license: MIT
|
license: MIT
|
||||||
version: v5.1.0-rc1
|
version: v5.1.0-rc2
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "5.1.0-rc1"
|
__version__ = "5.1.0-rc2"
|
||||||
|
@ -39,7 +39,7 @@ packages = [
|
|||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/jeertmans/manim-slides"
|
repository = "https://github.com/jeertmans/manim-slides"
|
||||||
version = "5.1.0-rc1"
|
version = "5.1.0-rc2"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
click = "^8.1.3"
|
click = "^8.1.3"
|
||||||
|
Reference in New Issue
Block a user