diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3676a30..6f63db0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] -current_version = 5.1.0-rc2 +current_version = 5.1.0-rc3 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-rc(?P\d+))? -serialize = +serialize = {major}.{minor}.{patch}-rc{release} {major}.{minor}.{patch} commit = True diff --git a/CITATION.cff b/CITATION.cff index c146186..b248578 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -29,4 +29,4 @@ keywords: - PowerPoint - Python license: MIT -version: v5.1.0-rc2 +version: v5.1.0-rc3 diff --git a/manim_slides/__version__.py b/manim_slides/__version__.py index 17da4ed..0701d1b 100644 --- a/manim_slides/__version__.py +++ b/manim_slides/__version__.py @@ -1 +1 @@ -__version__ = "5.1.0-rc2" +__version__ = "5.1.0-rc3" diff --git a/pyproject.toml b/pyproject.toml index 0df620c..17f23b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [