Skip to content

Commit 1d72e6b

Browse files
author
Tom Softreck
committed
Release version 0.1.48
1 parent d5164c3 commit 1d72e6b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.48] - 2025-04-16
6+
57
## [0.1.47] - 2025-04-16
68

79
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Configuration setup
1919
setup(
2020
name="pyfunc2",
21-
version="0.1.45",
21+
version="0.1.46",
2222
description="libs for cameramonit, ocr, fin-officer, cfo, and other projects",
2323
long_description=LONG_DESCRIPTION,
2424
long_description_content_type="text/markdown",

setup.py.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ except FileNotFoundError:
1818
# Configuration setup
1919
setup(
2020
name="pyfunc2",
21-
version="0.1.44",
21+
version="0.1.45",
2222
description="libs for cameramonit, ocr, fin-officer, cfo, and other projects",
2323
long_description=LONG_DESCRIPTION,
2424
long_description_content_type="text/markdown",

src/pyfunc2/ocr/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from .get_date_from_pdf import remove_only_single_spaces
2020
from .get_date_from_pdf import get_date_from_pdf
2121
from .get_date_from_pdf_pattern import get_date_from_pdf_pattern
22-
from .get_company_from_pdf import get_company_from_pdf
2322

2423
# Public API of the package
25-
__all__ = [CompanyList, convert_pdf_to_string, find_string_in_file_path, find_string_in_pdf, from_folder_to_year, from_month_to_company, convertPdf2String, remove_extra_spaces, remove_all_spaces, remove_only_single_spaces, get_company_from_pdf, find_company, convertPdf2String, remove_extra_spaces, remove_all_spaces, remove_only_single_spaces, get_date_from_pdf, get_date_from_pdf_pattern, get_company_from_pdf]
24+
__all__ = [CompanyList, convert_pdf_to_string, find_string_in_file_path, find_string_in_pdf, from_folder_to_year, from_month_to_company, convertPdf2String, remove_extra_spaces, remove_all_spaces, remove_only_single_spaces, get_company_from_pdf, find_company, convertPdf2String, remove_extra_spaces, remove_all_spaces, remove_only_single_spaces, get_date_from_pdf, get_date_from_pdf_pattern]

0 commit comments

Comments
 (0)