We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622719a commit 671ae62Copy full SHA for 671ae62
bolna/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.9.4"
+__version__ = "0.9.5"
2
3
import os
4
from bolna.helpers.logger_config import configure_logger
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "bolna"
9
-version = "0.9.4"
+version = "0.9.5"
10
readme = "README.md"
11
authors = [
12
{ name = "Prateek Sachan", email = "ps@prateeksachan.com" }
@@ -30,7 +30,7 @@ package-dir = {"bolna" = "bolna"}
30
dependencies = {file = ["requirements.txt"]}
31
32
[tool.bumpver]
33
-current_version = "0.9.4"
+current_version = "0.9.5"
34
version_pattern = "MAJOR.MINOR.PATCH"
35
commit_message = "bump bolna version {old_version} -> {new_version}"
36
tag_message = "bolna-{new_version}"
0 commit comments