Skip to content

Commit 4d44166

Browse files
committed
chore(version): bump 4.14.0 to 4.15.0
2 parents 455f104 + 0f9048a commit 4d44166

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

pyproject.toml

+1-1
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.14.0"
46+
version = "4.15.0"
4747

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

0 commit comments

Comments
 (0)