Skip to content

Commit 1ba8137

Browse files
committed
bump bolna version 0.7.9 -> 0.7.10
1 parent d98aaea commit 1ba8137

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bolna/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.7.9"
1+
__version__ = "0.7.10"
22

33
import os
44
from bolna.helpers.logger_config import configure_logger

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "bolna"
9-
version = "0.7.9"
9+
version = "0.7.10"
1010
readme = "README.md"
1111
authors = [
1212
{ name = "Prateek Sachan", email = "[email protected]" }
@@ -30,7 +30,7 @@ package-dir = {"bolna" = "bolna"}
3030
dependencies = {file = ["requirements.txt"]}
3131

3232
[tool.bumpver]
33-
current_version = "0.7.9"
33+
current_version = "0.7.10"
3434
version_pattern = "MAJOR.MINOR.PATCH"
3535
commit_message = "bump bolna version {old_version} -> {new_version}"
3636
tag_message = "bolna-{new_version}"

0 commit comments

Comments
 (0)