File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.7.9 "
1
+ __version__ = "0.7.10 "
2
2
3
3
import os
4
4
from bolna .helpers .logger_config import configure_logger
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
7
7
[project ]
8
8
name = " bolna"
9
- version = " 0.7.9 "
9
+ version = " 0.7.10 "
10
10
readme = " README.md"
11
11
authors = [
12
12
{
name =
" Prateek Sachan" ,
email =
" [email protected] " }
@@ -30,7 +30,7 @@ package-dir = {"bolna" = "bolna"}
30
30
dependencies = {file = [" requirements.txt" ]}
31
31
32
32
[tool .bumpver ]
33
- current_version = " 0.7.9 "
33
+ current_version = " 0.7.10 "
34
34
version_pattern = " MAJOR.MINOR.PATCH"
35
35
commit_message = " bump bolna version {old_version} -> {new_version}"
36
36
tag_message = " bolna-{new_version}"
You can’t perform that action at this time.
0 commit comments