Skip to content

Commit fd9b06b

Browse files
committed
chore(version): bump 5.1.0-rc3 to 5.1.0-rc4
1 parent 16f740d commit fd9b06b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
2-
current_version = 5.1.0-rc3
2+
current_version = 5.1.0-rc4
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

Lines changed: 1 addition & 1 deletion
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-rc3
32+
version: v5.1.0-rc4

manim_slides/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.1.0-rc3"
1+
__version__ = "5.1.0-rc4"

0 commit comments

Comments
 (0)