diff --git a/ffn/__init__.py b/ffn/__init__.py index 0f639093..98c4b6f3 100644 --- a/ffn/__init__.py +++ b/ffn/__init__.py @@ -7,4 +7,4 @@ core.extend_pandas() -__version__ = (0, 3, 4) +__version__ = (0, 3, 5) diff --git a/setup.py b/setup.py index 4fc80018..2604ac3b 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ description='Financial functions for Python', keywords='python finance quant functions', url='https://github.com/pmorissette/ffn', + license='MIT', install_requires=[ 'decorator>=4', 'numpy>=1.5',