Skip to content

Commit 855c74d

Browse files
committed
chore(version): bump 4.9.1 to 4.9.2
1 parent a70876d commit 855c74d

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.9.1
2+
current_version = 4.9.2
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.9.1"
1+
__version__ = "4.9.2"

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.9.1"
64+
version = "4.9.2"
6565

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

0 commit comments

Comments
 (0)