chore(version): bump 4.15.0 to 4.16.0

This commit is contained in:
Jérome Eertmans
2023-08-08 14:45:03 +02:00
parent c95929dc7d
commit d056d8d8b1
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -29,4 +29,4 @@ keywords:
- PowerPoint - PowerPoint
- Python - Python
license: MIT license: MIT
version: v4.15.0 version: v4.16.0

View File

@ -1 +1 @@
__version__ = "4.15.0" __version__ = "4.16.0"

View File

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