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