Skip to content

Commit 49e2c31

Browse files
committed
chore(version): bump 5.1.3 to 5.1.4
1 parent 5920a84 commit 49e2c31

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3
2+
current_version = 5.1.4
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
@@ -26,7 +26,7 @@ keywords:
2626
- PowerPoint
2727
- Python
2828
license: MIT
29-
version: v5.1.3
29+
version: v5.1.4
3030
preferred-citation:
3131
publisher:
3232
name: The Open Journal

manim_slides/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.1.3"
1+
__version__ = "5.1.4"

0 commit comments

Comments
 (0)