Skip to content

Commit 4861410

Browse files
committed
chore(version): bump 4.16.0 to 5.0.0-rc1
1 parent 933afdd commit 4861410

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.bumpversion.cfg

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
[bumpversion]
2-
current_version = 4.16.0
2+
current_version = 5.0.0-rc1
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
44
serialize =
55
{major}.{minor}.{patch}-rc{release}
66
{major}.{minor}.{patch}
77
commit = True
88
message = chore(version): bump {current_version} to {new_version}
99

10-
[bumpversion:part:release]
11-
first_value = 1
12-
1310
[bumpversion:file:manim_slides/__version__.py]
1411
search = __version__ = "{current_version}"
1512
replace = __version__ = "{new_version}"

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: v4.16.0
32+
version: v5.0.0-rc1

manim_slides/__version__.py

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

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 = "4.16.0"
46+
version = "5.0.0-rc1"
4747

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

0 commit comments

Comments
 (0)