Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei_Furmenkov committed Oct 14, 2022
1 parent ba24f7f commit 9b94370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="cdisc-rules-engine",
version="0.4.6",
version="0.4.7",
description="Open source offering of the cdisc rules engine",
author="cdisc-org",
url="https://github.com/cdisc-org/cdisc-rules-engine",
Expand All @@ -13,7 +13,7 @@
include_package_data=True,
python_requires=">=3.8",
install_requires=[
"pandas==1.3.5",
"pandas>=1.3.5",
"business-rules-enhanced==1.2.4",
"python-dotenv==0.20.0",
"cdisc-library-client==0.1.4",
Expand Down
3 changes: 1 addition & 2 deletions tests/unit/test_excel_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
from cdisc_rules_engine.utilities.excel_report import ExcelReport

test_report_template: str = (
f"{os.path.dirname(__file__)}"
"/../../cdisc_rules_engine/resources/templates/report-template.xlsx"
f"{os.path.dirname(__file__)}" "/../../resources/templates/report-template.xlsx"
)

mock_validation_results = [
Expand Down

0 comments on commit 9b94370

Please sign in to comment.