Skip to content

Commit

Permalink
Bump version 0.1.17 to 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Sep 14, 2024
1 parent 3105e00 commit 58ae320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mkslides-reveal"
version = "0.1.17"
version = "0.1.18"
description = "MkSlides-Reveal - Slides with Markdown using the power of Reveal.js."
authors = ["MartenBE"]
repository = "https://github.com/MartenBE/mkslides-reveal"
Expand Down Expand Up @@ -37,7 +37,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.bumpver]
current_version = "0.1.17"
current_version = "0.1.18"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} to {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/mkslides_reveal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.17"
__version__ = "0.1.18"

0 comments on commit 58ae320

Please sign in to comment.