Skip to content

Commit 9cb1dae

Browse files
committed
chore(version): bump to 5.1.0
1 parent 9e4c1d7 commit 9cb1dae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.1.0-rc4
2+
current_version = 5.1.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
44
serialize =
55
{major}.{minor}.{patch}-rc{release}

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-rc4
32+
version: v5.1.0

manim_slides/__version__.py

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

0 commit comments

Comments
 (0)