We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2cbc9 commit bfad43bCopy full SHA for bfad43b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.13.0
+current_version = 4.13.1
3
commit = True
4
message = chore(version): bump {current_version} to {new_version}
5
manim_slides/__version__.py
@@ -1 +1 @@
-__version__ = "4.13.0"
+__version__ = "4.13.1"
pyproject.toml
@@ -43,7 +43,7 @@ packages = [
43
]
44
readme = "README.md"
45
repository = "https://github.com/jeertmans/manim-slides"
46
-version = "4.13.0"
+version = "4.13.1"
47
48
[tool.poetry.dependencies]
49
click = "^8.1.3"
0 commit comments