From 82ca0d065aa212395368694a7dadcb65199c0850 Mon Sep 17 00:00:00 2001 From: BartolomeD Date: Mon, 31 Aug 2020 18:09:18 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed51f83..5a8ba25 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="optlib", - version="0.1.0", + version="0.2.0", description="A library for financial options pricing written in Python.", url="http://github.com/bartolomed/optlib", author="Davis Edwards & Daniel Rojas",