We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3603b commit 5461a20Copy full SHA for 5461a20
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.16.0
+current_version = 4.16.1
3
commit = True
4
message = chore(version): bump {current_version} to {new_version}
5
CITATION.cff
@@ -29,4 +29,4 @@ keywords:
29
- PowerPoint
30
- Python
31
license: MIT
32
-version: v4.16.0
+version: v4.16.1
manim_slides/__version__.py
@@ -1 +1 @@
-__version__ = "4.16.0"
+__version__ = "4.16.1"
pyproject.toml
@@ -43,7 +43,7 @@ packages = [
43
]
44
readme = "README.md"
45
repository = "https://github.com/jeertmans/manim-slides"
46
-version = "4.16.0"
+version = "4.16.1"
47
48
[tool.poetry.dependencies]
49
click = "^8.1.3"
0 commit comments