Skip to content

Commit bbe8b96

Browse files
committed
chore(version): bump 5.0.0-rc1 to 5.0.0-rc2
1 parent 1bc8423 commit bbe8b96

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-rc1
2+
current_version = 5.0.0-rc2
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-rc1
32+
version: v5.0.0-rc2

manim_slides/__version__.py

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ packages = [
4343
]
4444
readme = "README.md"
4545
repository = "https://github.com/jeertmans/manim-slides"
46-
version = "5.0.0-rc1"
46+
version = "5.0.0-rc2"
4747

4848
[tool.poetry.dependencies]
4949
click = "^8.1.3"

0 commit comments

Comments
 (0)