Skip to content

Commit 3929b13

Browse files
committed
bump bolna version 0.7.15 -> 0.8.0
1 parent 64ede62 commit 3929b13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bolna/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.7.15"
1+
__version__ = "0.8.0"
22

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

pyproject.toml

+2-2
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.15"
9+
version = "0.8.0"
1010
readme = "README.md"
1111
authors = [
1212
{ name = "Prateek Sachan", email = "ps@prateeksachan.com" }
@@ -30,7 +30,7 @@ package-dir = {"bolna" = "bolna"}
3030
dependencies = {file = ["requirements.txt"]}
3131

3232
[tool.bumpver]
33-
current_version = "0.7.15"
33+
current_version = "0.8.0"
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)