Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
domokane committed Oct 5, 2020
1 parent d529d9b commit a25025c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
],
python_requires='>=3.6',
Expand Down
2 changes: 1 addition & 1 deletion tests/TestFinInflationIndexCurve.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from FinTestCases import FinTestCases, globalTestCaseMode

from financepy.finutils.FinDate import FinDate
from financepy.market.curves.FinInflationIndexCurve import FinInflationIndexCurve
from financepy.products.inflation.FinInflationIndexCurve import FinInflationIndexCurve

import sys
sys.path.append("..//..")
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.182"
__version__ = "0.184"

0 comments on commit a25025c

Please sign in to comment.