Skip to content

Commit afeaa0d

Browse files
committed
chore(version): bump 5.1.0-rc1 to 5.1.0-rc2
1 parent af3c497 commit afeaa0d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
2-
current_version = 5.1.0-rc1
2+
current_version = 5.1.0-rc2
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
4-
serialize =
4+
serialize =
55
{major}.{minor}.{patch}-rc{release}
66
{major}.{minor}.{patch}
77
commit = True

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ keywords:
2929
- PowerPoint
3030
- Python
3131
license: MIT
32-
version: v5.1.0-rc1
32+
version: v5.1.0-rc2

manim_slides/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.1.0-rc1"
1+
__version__ = "5.1.0-rc2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ packages = [
3939
]
4040
readme = "README.md"
4141
repository = "https://github.com/jeertmans/manim-slides"
42-
version = "5.1.0-rc1"
42+
version = "5.1.0-rc2"
4343

4444
[tool.poetry.dependencies]
4545
click = "^8.1.3"

0 commit comments

Comments
 (0)