Skip to content

Commit cc0e038

Browse files
authored
Merge pull request #25 from OpenIsraeliSupermarkets/v0.1.9
V0.1.9
2 parents fbfa9b5 + eb513bd commit cc0e038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

il_supermarket_parsers/utils/data_loader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class DataLoader:
5757
"""class for loading dump files from the folder"""
5858

5959
def __init__(
60-
self, folder, store_names=None, files_types=None, empty_store_id=0000
60+
self, folder, store_names=None, files_types=None, empty_store_id="0000"
6161
) -> None:
6262
self.folder = folder
6363
self.store_names = (

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
tests_require=dev_required,
3232
extras_require={"test": ["pytest", "pytest-xdist"]},
3333
# *strongly* suggested for sharing
34-
version="0.1.8",
34+
version="0.1.9",
3535
# The license can be anything you like
3636
license="MIT",
3737
description="python package that process the data dumped by the israeli supermarket",

0 commit comments

Comments
 (0)