chore(version): bump 4.13.0 to 4.13.1

This commit is contained in:
Jérome Eertmans
2023-05-08 10:19:30 +02:00
parent 6f2cbc9b19
commit bfad43bd38
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
__version__ = "4.13.0"
__version__ = "4.13.1"

View File

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