Skip to content

Commit ac23949

Browse files
committed
chore(version): bump 4.8.3 to 4.8.4
1 parent 71564a4 commit ac23949

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.8.3
2+
current_version = 4.8.4
33
commit = True
44
message = chore(version): bump {current_version} to {new_version}
55

manim_slides/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.8.3"
1+
__version__ = "4.8.4"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ packages = [
6161
]
6262
readme = "README.md"
6363
repository = "https://github.com/jeertmans/manim-slides"
64-
version = "4.8.3"
64+
version = "4.8.4"
6565

6666
[tool.poetry.dependencies]
6767
click = "^8.1.3"

0 commit comments

Comments
 (0)