Skip to content

Commit

Permalink
Merge 887c835 into 18fa2c8
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ash committed Jan 19, 2021
2 parents 18fa2c8 + 887c835 commit d72d705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="docs/images/pyesg.png" width="450" />
<img src="https://github.com/jason-ash/pyesg/blob/master/docs/images/pyesg.png" width="450" />
</p>
<p align="center">
<em>Simulate stocks, interest rates, and other stochastic processes.<br><strong>pyesg</strong> is a lightning fast economic scenario generator for Python.</em>
Expand Down Expand Up @@ -268,8 +268,8 @@ nelson_siegel.predict(np.arange(1, 31, 1))
```

<p align="center">
<img src="docs/images/NelsonSiegel.png" width="600">
<img src="https://github.com/jason-ash/pyesg/blob/master/docs/images/NelsonSiegel.png" width="600">
</p>

## License
Open Source and licensed under MIT, Copyright &copy; 2019-2020 Jason Ash
Open Source and licensed under MIT, Copyright &copy; 2019-2021 Jason Ash
2 changes: 1 addition & 1 deletion pyesg/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package version"""

__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit d72d705

Please sign in to comment.