From 57d81332c60334688ce697e392be0fa28fb26d3e Mon Sep 17 00:00:00 2001 From: David Kinsfather Date: Thu, 14 Mar 2019 16:53:10 -0700 Subject: [PATCH] Bump version to 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f28bde2..b6ef8b6 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='pyfin', - version='0.1.0', + version='0.3.0', description='Python finance', long_description=readme + '\n\n' + history, author='Ben Gimpert',