Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jul 19, 2020
1 parent aa6f12f commit 469ab7e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
date_fmt = 'YYYY-MM-DD'
major = 0
minor = 5
major = 1
minor = 0
patch = 0
date = [
'tvm __released__',
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TVM - Time Value of Money


:Author: Ken Kundert
:Version: 0.5.0
:Version: 1.0.0
:Released: 2020-07-19


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name = 'tvm',
version = '0.5.0',
version = '1.0.0',
author = 'Ken Kundert',
author_email = '[email protected]',
description = 'Time Value of Money',
Expand Down
2 changes: 1 addition & 1 deletion tvm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ outputs = "fv pv pmt years periods".split()
currency = "$"
computed_color = "white"
given_color = "green"
__version__ = "0.5.0"
__version__ = "1.0.0"
__released__ = "2020-07-19"


Expand Down

0 comments on commit 469ab7e

Please sign in to comment.