mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00

* chore(version): bump 4.8.2 to 4.8.3 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore(ci): always use apt-get update See comment https://github.com/actions/runner-images/issues/6488#issuecomment-1295789463 * chore(docs): add opengraph image and update description --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
13 lines
359 B
INI
13 lines
359 B
INI
[bumpversion]
|
|
current_version = 4.8.3
|
|
commit = True
|
|
message = chore(version): bump {current_version} to {new_version}
|
|
|
|
[bumpversion:file:manim_slides/__version__.py]
|
|
search = __version__ = "{current_version}"
|
|
replace = __version__ = "{new_version}"
|
|
|
|
[bumpversion:file:pyproject.toml]
|
|
search = version = "{current_version}"
|
|
replace = version = "{new_version}"
|