Skip to content

Commit 0c2519f

Browse files
committed
bump version 0.0.1
1 parent 657b803 commit 0c2519f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
long_description = f.read()
1111

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

0 commit comments

Comments
 (0)