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