Skip to content

Commit

Permalink
bump version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdemers committed Feb 28, 2021
1 parent 657b803 commit 0c2519f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
long_description = f.read()

setup(name='py_vollib_vectorized',
version='0.1',
version='0.1.1',
description='A fast, vectorized approach to calculating Implied Volatility and Greeks using the Black, Black-Scholes and Black-Scholes-Merton pricing.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -37,6 +37,6 @@
'Topic :: Office/Business :: Financial',
'Topic :: Office/Business :: Financial :: Investment',
],
install_requires=['py_vollib', 'numba>=0.47.0', 'py_lets_be_rational', 'numpy', 'pandas', 'scipy'],
install_requires=['py_vollib>=1.0.1', 'numba>=0.51.0', 'py_lets_be_rational', 'numpy', 'pandas', 'scipy'],
packages=find_packages()
)

0 comments on commit 0c2519f

Please sign in to comment.