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