From ee0d0afadb90a665df14fe46c19dad2d8bfb531a Mon Sep 17 00:00:00 2001 From: Prateek Sachan Date: Fri, 16 Aug 2024 00:41:09 +0530 Subject: [PATCH] bump bolna version 0.7.12 -> 0.7.13 --- bolna/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bolna/__init__.py b/bolna/__init__.py index aedf58c5..f15658c7 100644 --- a/bolna/__init__.py +++ b/bolna/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.12" +__version__ = "0.7.13" import os from bolna.helpers.logger_config import configure_logger diff --git a/pyproject.toml b/pyproject.toml index 3515de77..3af419bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "bolna" -version = "0.7.12" +version = "0.7.13" readme = "README.md" authors = [ { name = "Prateek Sachan", email = "ps@prateeksachan.com" } @@ -30,7 +30,7 @@ package-dir = {"bolna" = "bolna"} dependencies = {file = ["requirements.txt"]} [tool.bumpver] -current_version = "0.7.12" +current_version = "0.7.13" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump bolna version {old_version} -> {new_version}" tag_message = "bolna-{new_version}"