Add historical data API

This commit is contained in:
BartolomeD
2020-09-05 13:23:51 -05:00
parent a54c77e91f
commit 64f15e765d
3 changed files with 79 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="optlib",
version="0.2.0",
version="0.3.0",
description="A library for financial options pricing written in Python.",
url="http://github.com/bartolomed/optlib",
author="Davis Edwards & Daniel Rojas",