diff --git a/pyproject.toml b/pyproject.toml index db3cc55e..7f818ea1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bonbast" -version = "0.5.6" +version = "0.6.0" 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 = "0.5.6" +current_version = "0.6.0" 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 19be8b23..342fbb37 100644 --- a/src/bonbast/__init__.py +++ b/src/bonbast/__init__.py @@ -1,2 +1,2 @@ # Version of bonbast package -bonbast_version = "0.5.6" +bonbast_version = "0.6.0"