We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47068e commit 648d7ffCopy full SHA for 648d7ff
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
-current_version = 5.1.1
+current_version = 5.1.2
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.1
+version: v5.1.2
manim_slides/__version__.py
@@ -1 +1 @@
-__version__ = "5.1.1"
+__version__ = "5.1.2"
0 commit comments