Skip to content

Commit

Permalink
chore(version): bump 5.0.0 to 5.1.0-rc1
Browse files Browse the repository at this point in the history
chore(version): bump 5.0.0-rc1 to 5.1.0

chore(version): bump 5.1.0 to 5.1.0-rc1
  • Loading branch information
jeertmans committed Nov 28, 2023
1 parent 050ee0a commit fc200f2
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.0.0
current_version = 5.1.0-rc1
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.0.0
version: v5.1.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__ = "5.0.0"
__version__ = "5.1.0-rc1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/jeertmans/manim-slides"
version = "5.0.0"
version = "5.1.0-rc1"

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

0 comments on commit fc200f2

Please sign in to comment.