From 18bec4a493a01e2c8b39d7ffddf5d9bee3b768e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20David=20Vel=C3=A1squez-Henao?= Date: Thu, 27 Jul 2017 10:57:22 -0500 Subject: [PATCH] Final 2017-03 Final version for the course --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 55619a2..6212872 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = '0.0.2' +version = '0.0.3' # The full version, including alpha/beta/rc tags. -release = '0.0.2' +release = '0.0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 376943f..570b693 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def readme(): return f.read() setup(name='cashflows', - version='0.0.2', + version='0.0.3', description='Investment modeling and advanced engineering economics using Python', long_description='Investment modeling and advanced engineering economics using Python', classifiers=[