File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.16.0
2+ current_version = 5.0.0-rc1
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
44serialize =
55 {major}.{minor}.{patch}-rc{release}
66 {major}.{minor}.{patch}
77commit = True
88message = 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]
1411search = __version__ = " {current_version}"
1512replace = __version__ = " {new_version}"
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ keywords:
2929 - PowerPoint
3030 - Python
3131license : MIT
32- version : v4.16.0
32+ version : v5.0.0-rc1
Original file line number Diff line number Diff line change 1- __version__ = "4.16.0 "
1+ __version__ = "5.0.0-rc1 "
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ packages = [
4343]
4444readme = " README.md"
4545repository = " https://github.com/jeertmans/manim-slides"
46- version = " 4.16.0 "
46+ version = " 5.0.0-rc1 "
4747
4848[tool .poetry .dependencies ]
4949click = " ^8.1.3"
You can’t perform that action at this time.
0 commit comments