Skip to content

Commit

Permalink
Bump package version to 1.0.0
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 31, 2023
1 parent 003e694 commit 405f7c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Unofficial SDK wrapper for the pesapal v3 payments API.

## Requirements
- python v3.11+
- python version >= 3.8

## Installation

Expand Down
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.1"
__version__ = "1.0.0"
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.1"
version = "1.0.0"
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 405f7c7

Please sign in to comment.