Skip to content

Commit

Permalink
chore(version): bump 4.16.0 to 5.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Aug 21, 2023
1 parent 933afdd commit 4861410
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[bumpversion]
current_version = 4.16.0
current_version = 5.0.0-rc1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
serialize =
{major}.{minor}.{patch}-rc{release}
{major}.{minor}.{patch}
commit = True
message = chore(version): bump {current_version} to {new_version}

[bumpversion:part:release]
first_value = 1

[bumpversion:file:manim_slides/__version__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
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: v4.16.0
version: v5.0.0-rc1
2 changes: 1 addition & 1 deletion manim_slides/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.16.0"
__version__ = "5.0.0-rc1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/jeertmans/manim-slides"
version = "4.16.0"
version = "5.0.0-rc1"

[tool.poetry.dependencies]
click = "^8.1.3"
Expand Down

0 comments on commit 4861410

Please sign in to comment.