diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d2b9d5..df706ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.6.2 (2024-05-20) + +### Fix + +- dependency fix + ## v0.6.1 (2024-05-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e8077e6..8dc93cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrevolut" -version = "0.6.1" +version = "0.6.2" description = "An unofficial Python API Wrapper for the Revolut Business API" authors = ["Trevor Visser "] license = "MIT" @@ -112,7 +112,7 @@ known-first-party = ["pyrevolut", "tests"] [tool.commitizen] name = "cz_conventional_commits" -version = "0.6.1" +version = "0.6.2" tag_format = "v$major.$minor.$patch$prerelease" version_scheme = "pep440" version_provider = "poetry" diff --git a/pyrevolut/__init__.py b/pyrevolut/__init__.py index 43c4ab0..22049ab 100644 --- a/pyrevolut/__init__.py +++ b/pyrevolut/__init__.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.6.2"