From 8c098ba81b71fe4a9e60afbc44c5e65210fde861 Mon Sep 17 00:00:00 2001 From: Prateek Sachan Date: Sat, 30 Dec 2023 02:48:06 +0530 Subject: [PATCH] bump bolna version 0.6.1 -> 0.6.2 --- 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 43c4ab00..22049ab2 100644 --- a/bolna/__init__.py +++ b/bolna/__init__.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.6.2" diff --git a/pyproject.toml b/pyproject.toml index f14f957a..e49b680d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "bolna" -version = "0.6.1" +version = "0.6.2" 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.6.1" +current_version = "0.6.2" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump bolna version {old_version} -> {new_version}" tag_message = "bolna-{new_version}"