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.8 .0"
1+ __version__ = "0.9 .0"
22
33import os
44from 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"
66
77[project ]
88name = " bolna"
9- version = " 0.8 .0"
9+ version = " 0.9 .0"
1010readme = " README.md"
1111authors = [
1212 {
name =
" Prateek Sachan" ,
email =
" [email protected] " }
@@ -30,7 +30,7 @@ package-dir = {"bolna" = "bolna"}
3030dependencies = {file = [" requirements.txt" ]}
3131
3232[tool .bumpver ]
33- current_version = " 0.8 .0"
33+ current_version = " 0.9 .0"
3434version_pattern = " MAJOR.MINOR.PATCH"
3535commit_message = " bump bolna version {old_version} -> {new_version}"
3636tag_message = " bolna-{new_version}"
You can’t perform that action at this time.
0 commit comments