Skip to content

Commit 01008c2

Browse files
authored
Merge pull request #38 from stephenhky/cython
handling Cython imports
2 parents df5b662 + 972e8b8 commit 01008c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

finsim/estimate/native/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
from . import cythonrisk

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def package_description():
3939

4040
setup(
4141
name='finsim',
42-
version="0.9.0",
42+
version="0.9.1",
4343
description="Financial simulation and inference",
4444
long_description=package_description(),
4545
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)