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