diff --git a/pesapal_v3/__version__.py b/pesapal_v3/__version__.py index 5e9cd6d..822c22f 100644 --- a/pesapal_v3/__version__.py +++ b/pesapal_v3/__version__.py @@ -1,4 +1,4 @@ """The current version of the SDK.""" __title__ = "pesapal_v3" __description__ = "A python wrapper of the Pesapal V3 payments API." -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/pyproject.toml b/pyproject.toml index 76e0109..c8f5708 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pesapal_v3" -version = "0.2.0" +version = "0.2.1" description = "A python wrapper of the Pesapal V3 payments API." authors = [{ name = "Musale Martin", email = "martinmshale@gmail.com" }] readme = "README.md"