From e4fa9342180f6cd26ecf2153179a398004ded25c Mon Sep 17 00:00:00 2001 From: SamadiPour Date: Tue, 2 Jan 2024 11:32:15 +0330 Subject: [PATCH] bump version 1.0.0 -> 1.0.1 --- pyproject.toml | 4 ++-- src/bonbast/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68813ee4..b35842f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bonbast" -version = "1.0.0" +version = "1.0.1" description = "Get currencies exchange rates for IRR from Bonbast.com" readme = "README.md" authors = [ @@ -41,7 +41,7 @@ repository = "https://github.com/SamadiPour/bonbast" [tool.bumpver] -current_version = "1.0.0" +current_version = "1.0.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/src/bonbast/__init__.py b/src/bonbast/__init__.py index 75755ce3..4e4a3743 100644 --- a/src/bonbast/__init__.py +++ b/src/bonbast/__init__.py @@ -1,2 +1,2 @@ # Version of bonbast package -bonbast_version = "1.0.0" +bonbast_version = "1.0.1"