chore(version): bump 4.8.3 to 4.8.4

This commit is contained in:
Jérome Eertmans
2023-02-08 11:01:38 +01:00
parent 71564a4c2e
commit ac23949043
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.8.3
current_version = 4.8.4
commit = True
message = chore(version): bump {current_version} to {new_version}

View File

@ -1 +1 @@
__version__ = "4.8.3"
__version__ = "4.8.4"

View File

@ -61,7 +61,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/jeertmans/manim-slides"
version = "4.8.3"
version = "4.8.4"
[tool.poetry.dependencies]
click = "^8.1.3"