Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jlunder00 committed Nov 25, 2024
1 parent bc440b6 commit 30c2512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TMN_DataGen/parsers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#parsers/__init__.py

from ..utils.logging_config import logger
from ..utils.logging_config import setup_logger
from .base_parser import BaseTreeParser
from .diaparser_impl import DiaParserTreeParser
from .spacy_impl import SpacyTreeParser
Expand Down
2 changes: 1 addition & 1 deletion TMN_DataGen/tree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#__init__.py
from ..utils.logging_config import logger
from ..utils.logging_config import setup_logger
from .node import Node
from .dependency_tree import DependencyTree
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="TMN_DataGen",
version='0.4.5',
version='0.4.6',
description="Tree Matching Network Data Generator",
author="toast",
packages=find_packages(),
Expand Down

0 comments on commit 30c2512

Please sign in to comment.