Skip to content

Commit

Permalink
اطلاق النسخة 0.2.91
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Aug 3, 2024
1 parent 90b19e6 commit 8882567
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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' },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8882567

Please sign in to comment.