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