Skip to content

Commit 671ae62

Browse files
committed
bump bolna version 0.9.4 -> 0.9.5
1 parent 622719a commit 671ae62

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.9.4"
1+
__version__ = "0.9.5"
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.9.4"
9+
version = "0.9.5"
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.9.4"
33+
current_version = "0.9.5"
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)