Skip to content

Commit

Permalink
اطلاق النسخة 0.2.76
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Jul 17, 2024
1 parent fa866e4 commit ac36bc3
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.75"
version = "0.2.76"
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 @@ -3,7 +3,7 @@
setup(
name='zakat',
packages=find_packages(include=['zakat']),
version='0.2.75',
version='0.2.76',
description='A Python Library for Islamic Financial Management.',
author='Abdelaziz Elrashed Elshaikh Mohamed',
install_requires=[],
Expand Down
2 changes: 1 addition & 1 deletion zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def Version():
Returns:
str: The current version of the software.
"""
return '0.2.75'
return '0.2.76'

@staticmethod
def ZakatCut(x: float) -> float:
Expand Down

0 comments on commit ac36bc3

Please sign in to comment.