Skip to content

Commit

Permalink
Bump package version to 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Musale Martin <martinmshale@gmail.com>
  • Loading branch information
musale committed Aug 30, 2023
1 parent 5097165 commit 88cb210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pesapal_v3/__version__.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 88cb210

Please sign in to comment.