We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 455f104 + 0f9048a commit 4d44166Copy full SHA for 4d44166
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.14.0
+current_version = 4.15.0
3
commit = True
4
message = chore(version): bump {current_version} to {new_version}
5
manim_slides/__version__.py
@@ -1 +1 @@
-__version__ = "4.14.0"
+__version__ = "4.15.0"
pyproject.toml
@@ -43,7 +43,7 @@ packages = [
43
]
44
readme = "README.md"
45
repository = "https://github.com/jeertmans/manim-slides"
46
-version = "4.14.0"
+version = "4.15.0"
47
48
[tool.poetry.dependencies]
49
click = "^8.1.3"
0 commit comments