We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a76c929 + 29ca6e6 commit 661335eCopy full SHA for 661335e
1 file changed
OREAnalytics-SWIG/Python/setup.py
@@ -144,7 +144,7 @@ def finalize_options(self):
144
self.include_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'OREAnalytics')))
145
146
# ADD LIBRARY DIRECTORIES
147
-
+
148
target = "Release"
149
150
if self.debug:
@@ -268,7 +268,7 @@ def finalize_options(self):
268
]
269
270
setup(name = "open-source-risk-engine",
271
- version = "1.8.9.2",
+ version = "1.8.10",
272
description = "Python bindings for the OREAnalytics library",
273
long_description = """
274
OREAnalytics (http://opensourcerisk.org/) is a C++ library for financial quantitative
0 commit comments