Skip to content

Commit

Permalink
اطلاق النسخة 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Jul 2, 2024
1 parent 5ece812 commit 14324e8
Show file tree
Hide file tree
Showing 3 changed files with 4 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.3"
version = "0.2.4"
authors = [
{ name="Abdelaziz Elrashed Elshaikh Mohamed", email="[email protected]" },
]
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.3',
version='0.2.4',
description='A Python Library for Islamic Financial Management.',
author='Abdelaziz Elrashed Elshaikh Mohamed',
install_requires=[],
Expand Down
3 changes: 2 additions & 1 deletion zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,8 @@ def load(self, path: str = None) -> bool:
return False

def import_csv_cache_path(self):
"""Generates the cache file path for imported CSV data.
"""
Generates the cache file path for imported CSV data.
This function constructs the file path where cached data from CSV imports
will be stored. The cache file is a pickle file (.pickle extension) appended
Expand Down

0 comments on commit 14324e8

Please sign in to comment.