From 49c9b5d11c23372b9b083086c04a0d5cb6898099 Mon Sep 17 00:00:00 2001 From: Carrington Muleya <79579279+Carrington-dev@users.noreply.github.com> Date: Thu, 8 Jan 2026 16:42:50 +0200 Subject: [PATCH] Update __init__.py Co-Authored-By: Carrington <215159144+carrington-cs@users.noreply.github.com> --- fastapi_payfast/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastapi_payfast/__init__.py b/fastapi_payfast/__init__.py index e48a21f..8468d5c 100644 --- a/fastapi_payfast/__init__.py +++ b/fastapi_payfast/__init__.py @@ -1,7 +1,7 @@ """FastAPI PayFast Integration Package""" -__version__ = "1.0.0" -__author__ = "Your Name" +__version__ = "0.0.1" +__author__ = "Carrington Muleya" from .client import PayFastClient from .config import PayFastConfig