Skip to content

Commit 724e3e2

Browse files
committed
اطلاق النسخة 0.2.96
1 parent fb71576 commit 724e3e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'zakat'
3-
version = '0.2.94'
3+
version = '0.2.96'
44
authors = [
55
{ name='Abdelaziz Elrashed Elshaikh Mohamed', email='aeemh.sdn@gmail.com' },
66
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='zakat',
5-
version='0.2.94',
5+
version='0.2.96',
66
description='A Python Library for Islamic Financial Management.',
77
author='Abdelaziz Elrashed Elshaikh Mohamed',
88
author_email='aeemh.sdn@gmail.com',

zakat/zakat_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def Version() -> str:
220220
Returns:
221221
str: The current version of the software.
222222
"""
223-
return '0.2.94'
223+
return '0.2.96'
224224

225225
@staticmethod
226226
def ZakatCut(x: float) -> float:

0 commit comments

Comments
 (0)