Add optlib/classes.py, wrap API response with them

This commit is contained in:
dbrojas
2021-04-10 10:49:55 -05:00
parent 2553ff6b59
commit 6df338bf9b
6 changed files with 157 additions and 14 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="optlib",
version="0.3.0",
version="0.4.0",
description="A library for financial options pricing written in Python.",
url="http://github.com/bartolomed/optlib",
author="Davis Edwards & Daniel Rojas",