Skip to content

Commit

Permalink
chore(version): bump 4.13.2 to 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jun 12, 2023
1 parent c7e38bf commit 8096636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.13.2
current_version = 4.14.0
commit = True
message = chore(version): bump {current_version} to {new_version}

Expand Down
2 changes: 1 addition & 1 deletion manim_slides/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.13.2"
__version__ = "4.14.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/jeertmans/manim-slides"
version = "4.13.2"
version = "4.14.0"

[tool.poetry.dependencies]
click = "^8.1.3"
Expand Down

0 comments on commit 8096636

Please sign in to comment.