Skip to content

Commit 19f60bf

Browse files
committed
chore(version): bump 5.1.5 to 5.1.6
1 parent 554f076 commit 19f60bf

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.5
2+
current_version = 5.1.6
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.5
29+
version: v5.1.6
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.5"
1+
__version__ = "5.1.6"

0 commit comments

Comments
 (0)