We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fd2bd commit 1dbd2fdCopy full SHA for 1dbd2fd
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
-current_version = 5.1.2
+current_version = 5.1.3
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
@@ -29,4 +29,4 @@ keywords:
29
- PowerPoint
30
- Python
31
license: MIT
32
-version: v5.1.2
+version: v5.1.3
manim_slides/__version__.py
@@ -1 +1 @@
-__version__ = "5.1.2"
+__version__ = "5.1.3"
0 commit comments