Skip to content

Commit

Permalink
Merge pull request #389 from jdebacker/v1-4-0
Browse files Browse the repository at this point in the history
Prepare Version 1.4.0
  • Loading branch information
jdebacker authored Apr 25, 2024
2 parents ec9c02f + f640f23 commit 590ca3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Results will change as the underlying models improve. A fundamental reason for a


## Citing the Cost-of-Capital-Calculator Model
Cost-of-Capital-Calculator (Version 1.3.0)[Source code], https://github.com/PSLmodels/Cost-of-Capital-Calculator
Cost-of-Capital-Calculator (Version 1.4.0)[Source code], https://github.com/PSLmodels/Cost-of-Capital-Calculator
2 changes: 1 addition & 1 deletion ccc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from ccc.data import *
from ccc.calculator import *

__version__ = "1.3.0"
__version__ = "1.4.0"
2 changes: 1 addition & 1 deletion docs/book/content/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Results will change as the underlying models improve. A fundamental reason for a


## Citing the Cost-of-Capital-Calculator Model
Cost-of-Capital-Calculator (Version 1.3.0)[Source code], https://github.com/PSLmodels/Cost-of-Capital-Calculator
Cost-of-Capital-Calculator (Version 1.4.0)[Source code], https://github.com/PSLmodels/Cost-of-Capital-Calculator
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open("README.md") as f:
longdesc = f.read()

version = "1.3.0"
version = "1.4.0"

config = {
"description": "CCC: A Cost of Capital Calculator",
Expand Down

0 comments on commit 590ca3a

Please sign in to comment.