Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
genedan committed Sep 11, 2020
1 parent 29a7cd6 commit d11daf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -23,4 +23,4 @@
"Operating System :: POSIX :: Linux",
],
python_requires='>=3.6.0',
)
)

0 comments on commit d11daf1

Please sign in to comment.