Skip to content

Commit

Permalink
chore(version): bump 5.1.0-rc2 to 5.1.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jan 18, 2024
1 parent 75126d8 commit cea3d0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 5.1.0-rc2
current_version = 5.1.0-rc3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-rc{release}
{major}.{minor}.{patch}
commit = True
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ keywords:
- PowerPoint
- Python
license: MIT
version: v5.1.0-rc2
version: v5.1.0-rc3
2 changes: 1 addition & 1 deletion manim_slides/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.1.0-rc2"
__version__ = "5.1.0-rc3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dynamic = ["license", "readme"]
keywords = ["manim", "slides", "plugin", "manimgl"]
name = "manim-slides"
requires-python = ">=3.8,<3.12"
version = "5.1.0-rc2"
version = "5.1.0-rc3"

[project.optional-dependencies]
all = [
Expand Down

0 comments on commit cea3d0b

Please sign in to comment.