We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5920a84 commit 49e2c31Copy full SHA for 49e2c31
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
-current_version = 5.1.3
+current_version = 5.1.4
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
4
-serialize =
+serialize =
5
{major}.{minor}.{patch}-rc{release}
6
{major}.{minor}.{patch}
7
commit = True
CITATION.cff
@@ -26,7 +26,7 @@ keywords:
26
- PowerPoint
27
- Python
28
license: MIT
29
-version: v5.1.3
+version: v5.1.4
30
preferred-citation:
31
publisher:
32
name: The Open Journal
manim_slides/__version__.py
@@ -1 +1 @@
-__version__ = "5.1.3"
+__version__ = "5.1.4"
0 commit comments