diff --git a/batchalign/pipelines/utr/rev_utr.py b/batchalign/pipelines/utr/rev_utr.py index 045e8eb..0358894 100644 --- a/batchalign/pipelines/utr/rev_utr.py +++ b/batchalign/pipelines/utr/rev_utr.py @@ -11,6 +11,7 @@ from batchalign.pipelines.utr.utils import bulletize_doc from batchalign.errors import * +import warnings import time import pathlib diff --git a/batchalign/version b/batchalign/version index ae30760..9aefeb9 100644 --- a/batchalign/version +++ b/batchalign/version @@ -1,3 +1,3 @@ -0.4.0-alpha.16.post6 -Jan 7th, 2024 -Updates to Chinese parsing and splitting \ No newline at end of file +0.4.0-alpha.16.post7 +Jan 8th, 2024 +Updated warnings. \ No newline at end of file