Skip to content

Commit a890832

Browse files
committed
chore(version): bump 5.0.0-rc3 to 5.0.0
1 parent 106c7d4 commit a890832

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
2-
current_version = 5.0.0-rc3
2+
current_version = 5.0.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
4-
serialize =
4+
serialize =
55
{major}.{minor}.{patch}-rc{release}
66
{major}.{minor}.{patch}
77
commit = True

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ keywords:
2929
- PowerPoint
3030
- Python
3131
license: MIT
32-
version: v5.0.0-rc3
32+
version: v5.0.0

manim_slides/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.0.0-rc3"
1+
__version__ = "5.0.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ packages = [
3939
]
4040
readme = "README.md"
4141
repository = "https://github.com/jeertmans/manim-slides"
42-
version = "5.0.0-rc3"
42+
version = "5.0.0"
4343

4444
[tool.poetry.dependencies]
4545
click = "^8.1.3"

0 commit comments

Comments
 (0)