From 888256750e84accab73802b6a38d246b7e22fb88 Mon Sep 17 00:00:00 2001 From: Abdelaziz Elrashed Date: Sat, 3 Aug 2024 19:01:18 +0300 Subject: [PATCH] =?UTF-8?q?=D8=A7=D8=B7=D9=84=D8=A7=D9=82=20=D8=A7=D9=84?= =?UTF-8?q?=D9=86=D8=B3=D8=AE=D8=A9=200.2.91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- setup.py | 2 +- zakat/zakat_tracker.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8131fe4..a854857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'zakat' -version = '0.2.90' +version = '0.2.91' authors = [ { name='Abdelaziz Elrashed Elshaikh Mohamed', email='aeemh.sdn@gmail.com' }, ] diff --git a/setup.py b/setup.py index 36328ad..f20cd3b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='zakat', - version='0.2.90', + version='0.2.91', description='A Python Library for Islamic Financial Management.', author='Abdelaziz Elrashed Elshaikh Mohamed', author_email='aeemh.sdn@gmail.com', diff --git a/zakat/zakat_tracker.py b/zakat/zakat_tracker.py index 045e7c4..845c365 100644 --- a/zakat/zakat_tracker.py +++ b/zakat/zakat_tracker.py @@ -201,7 +201,7 @@ def Version() -> str: Returns: str: The current version of the software. """ - return '0.2.90' + return '0.2.91' @staticmethod def ZakatCut(x: float) -> float: