Skip to content

Commit

Permalink
bump bolna version 0.7.7 -> 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
prateeksachan committed May 20, 2024
1 parent a3d15b8 commit 3618446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bolna/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.7"
__version__ = "0.7.8"

import os
from bolna.helpers.logger_config import configure_logger
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bolna"
version = "0.7.7"
version = "0.7.8"
readme = "README.md"
authors = [
{ name = "Prateek Sachan", email = "ps@prateeksachan.com" }
Expand All @@ -30,7 +30,7 @@ package-dir = {"bolna" = "bolna"}
dependencies = {file = ["requirements.txt"]}

[tool.bumpver]
current_version = "0.7.7"
current_version = "0.7.8"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump bolna version {old_version} -> {new_version}"
tag_message = "bolna-{new_version}"
Expand Down

0 comments on commit 3618446

Please sign in to comment.