Skip to content

Commit

Permalink
Merge pull request #385 from jdebacker/1-3-0
Browse files Browse the repository at this point in the history
Prepare release 1.3.0
  • Loading branch information
jdebacker committed Mar 14, 2024
2 parents abd8299 + e49bd4d commit df4c3c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
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.2.11)[Source code], https://github.com/PSLmodels/Cost-of-Capital-Calculator
Cost-of-Capital-Calculator (Version 1.3.0)[Source code], https://github.com/PSLmodels/Cost-of-Capital-Calculator
2 changes: 1 addition & 1 deletion ccc/__init__.py
Expand Up @@ -6,4 +6,4 @@
from ccc.data import *
from ccc.calculator import *

__version__ = "0.0.0"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion docs/book/content/intro.md
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.2.10)[Source code], https://github.com/PSLmodels/Cost-of-Capital-Calculator
Cost-of-Capital-Calculator (Version 1.3.0)[Source code], https://github.com/PSLmodels/Cost-of-Capital-Calculator
6 changes: 2 additions & 4 deletions setup.py
Expand Up @@ -6,7 +6,7 @@
with open("README.md") as f:
longdesc = f.read()

version = "1.2.11"
version = "1.3.0"

config = {
"description": "CCC: A Cost of Capital Calculator",
Expand All @@ -28,11 +28,9 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Software Development :: Libraries :: Python Modules",
],
"tests_require": ["pytest"],
Expand Down

0 comments on commit df4c3c0

Please sign in to comment.