Skip to content

Commit

Permalink
Merge pull request #129 from timkpaine/035
Browse files Browse the repository at this point in the history
bump version to 0.3.5
  • Loading branch information
timkpaine authored Feb 1, 2021
2 parents f9a3553 + 2164380 commit dc3d039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ffn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

core.extend_pandas()

__version__ = (0, 3, 4)
__version__ = (0, 3, 5)
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dc3d039

Please sign in to comment.