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"