Skip to content

Commit 674ab73

Browse files
committed
update version
1 parent ef8b0b9 commit 674ab73

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[paper_website]: https://www.newyorkfed.org/medialibrary/media/research/staff_reports/sr340.pdf
22
[inference_atribute]: https://github.com/gusamarante/pyacm/blob/ba641c14e450fc83d22db4ef5e60eadbd489b351/pyacm/acm.py#L203
33

4-
**STILL UNDER DEVELOPMENT**
5-
64
# pyacm
75
Implementation of ["Pricing the Term Structure with Linear Regressions" from
86
Adrian, Crump and Moench (2013)][paper_website].

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
88
long_description = "\n" + fh.read()
99

10-
VERSION = '0.1'
10+
VERSION = '0.2'
1111
DESCRIPTION = 'ACM Term Premium'
1212

1313
# Setting up

0 commit comments

Comments
 (0)