diff --git a/docs/conf.py b/docs/conf.py index 81ebb96..c17616b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ project = 'TmVal Documentation' copyright = '2020, Gene Dan, FCAS, MAAA, CSPA' -release = 'v0.0.8' +release = 'v0.0.9' author = 'Gene Dan, FCAS, MAAA, CSPA' diff --git a/setup.py b/setup.py index d3b488e..bccd61b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tmval", - version="0.0.8", + version="0.0.9", author="Gene Dan", author_email="genedan@gmail.com", description="Time Value of Money", @@ -23,4 +23,4 @@ "Operating System :: POSIX :: Linux", ], python_requires='>=3.6.0', -) \ No newline at end of file +)