Skip to content

Commit

Permalink
logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud956 committed Oct 3, 2023
1 parent 8116bc6 commit 560fc4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cellar/cellar_extractor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
from cellar_extractor.cellar import get_cellar_extra
from cellar_extractor.cellar import get_nodes_and_edges_lists
from cellar_extractor.cellar import filter_subject_matter
import logging
logging.basicConfig(level=logging.INFO)
2 changes: 1 addition & 1 deletion cellar/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name='cellar_extractor',
packages=find_packages(include=['cellar_extractor']),
version='1.0.60',
version='1.0.61',
description='Library for extracting cellar data',
author='LawTech Lab',
license='MIT',
Expand Down

0 comments on commit 560fc4d

Please sign in to comment.