From 1e03487ce7c8b5f362cf61d5f387af812782a5a9 Mon Sep 17 00:00:00 2001 From: Adarsh Date: Thu, 3 Aug 2017 13:45:13 -0400 Subject: [PATCH] Change version number in setup file. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37eca03..0f6f22b 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', -- GitLab