From 44e8d67aa197c312d13e425935243e956f000754 Mon Sep 17 00:00:00 2001 From: chen Date: Tue, 12 Mar 2019 16:20:51 -0400 Subject: [PATCH] remove signs from prelim finance loan summary table head. update bpfin v0.2.5 --- bpfin/back_end_call/back_end_prelim.py | 10 +++++----- setup.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bpfin/back_end_call/back_end_prelim.py b/bpfin/back_end_call/back_end_prelim.py index 5cab497..c6ba9bf 100644 --- a/bpfin/back_end_call/back_end_prelim.py +++ b/bpfin/back_end_call/back_end_prelim.py @@ -168,11 +168,11 @@ def prelim_scenario(raw_monthly_bill_table, raw_annual_bill_table, raw_income_in # the following is front-end formatting building: loan_showcase_list = [ 'Lender', - 'Amount Borrowed ($)', - 'Amount Upper Limit ($)', - 'Annual Interest Rate (%)', - 'Duration (months)', - 'Monthly Debt Service ($)'] + 'Amount Borrowed', + 'Amount Upper Limit', + 'Annual Interest Rate', + 'Duration', + 'Monthly Debt Service'] loan_item_list = [ 'institute', 'amount', diff --git a/setup.py b/setup.py index 135817d..2a00505 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ reqs = [str(req.req) for req in install_reqs] setup( name='bpfin', - version='0.2.4', + version='0.2.5', description='Finance models and utilites', author='BlocPower', author_email='admin@blocpower.org', -- GitLab