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=[