Skip to content

Commit 6a96b3a

Browse files
committed
chore(version): bump 4.13.1 to 4.13.2
1 parent a1c041d commit 6a96b3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.13.1
2+
current_version = 4.13.2
33
commit = True
44
message = chore(version): bump {current_version} to {new_version}
55

manim_slides/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.13.1"
1+
__version__ = "4.13.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ packages = [
4343
]
4444
readme = "README.md"
4545
repository = "https://github.com/jeertmans/manim-slides"
46-
version = "4.13.1"
46+
version = "4.13.2"
4747

4848
[tool.poetry.dependencies]
4949
click = "^8.1.3"

0 commit comments

Comments
 (0)