We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4c1d7 commit 9cb1daeCopy full SHA for 9cb1dae
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 5.1.0-rc4
+current_version = 5.1.0
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
4
serialize =
5
{major}.{minor}.{patch}-rc{release}
CITATION.cff
@@ -29,4 +29,4 @@ keywords:
29
- PowerPoint
30
- Python
31
license: MIT
32
-version: v5.1.0-rc4
+version: v5.1.0
manim_slides/__version__.py
@@ -1 +1 @@
-__version__ = "5.1.0-rc4"
+__version__ = "5.1.0"
0 commit comments