We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df5b662 + 972e8b8 commit 01008c2Copy full SHA for 01008c2
finsim/estimate/native/__init__.py
@@ -0,0 +1,2 @@
1
+
2
+from . import cythonrisk
setup.py
@@ -39,7 +39,7 @@ def package_description():
39
40
setup(
41
name='finsim',
42
- version="0.9.0",
+ version="0.9.1",
43
description="Financial simulation and inference",
44
long_description=package_description(),
45
long_description_content_type='text/markdown',
0 commit comments