We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71564a4 commit ac23949Copy full SHA for ac23949
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.8.3
+current_version = 4.8.4
3
commit = True
4
message = chore(version): bump {current_version} to {new_version}
5
manim_slides/__version__.py
@@ -1 +1 @@
-__version__ = "4.8.3"
+__version__ = "4.8.4"
pyproject.toml
@@ -61,7 +61,7 @@ packages = [
61
]
62
readme = "README.md"
63
repository = "https://github.com/jeertmans/manim-slides"
64
-version = "4.8.3"
+version = "4.8.4"
65
66
[tool.poetry.dependencies]
67
click = "^8.1.3"
0 commit comments