diff --git a/setup.py b/setup.py index 37eca03c5a87003585298e5e7a09ecac584355ac..0f6f22b4269b975fc5614b860715e971c0988bff 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ reqs = [str(req.req) for req in install_reqs] setup( name='bpfin', - version='0.1.0', + version='0.1.7', description='Finance models and utilites', author='BlocPower', author_email='admin@blocpower.org',