Skip to content

Commit 46dbcbe

Browse files
Merge remote-tracking branch 'github/master'
2 parents 7c855ad + b4a36a7 commit 46dbcbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OREAnalytics-SWIG/Python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ set_source_files_properties(${PROJECT_SOURCE_DIR}/../SWIG/oreanalytics.i PROPERT
9191
set_source_files_properties(${PROJECT_SOURCE_DIR}/../SWIG/oreanalytics.i PROPERTIES SWIG_FLAGS "-includeall")
9292
#set_source_files_properties(${PROJECT_SOURCE_DIR}/../SWIG/oreanalytics.i PROPERTIES SWIG_FLAGS "-py3")
9393

94-
# Tell SWIG to build a Python module, to be called "OREAnalytics"
94+
# Tell SWIG to build a Python module, to be called "ORE"
9595
# NB: Variable CMAKE_DEBUG_POSTFIX holds the suffix of the lib name on disk.
9696
# Function swig_add_library() (defined in module UseSWIG.cmake) misappropriates this variable in two ways:
9797
# 1) It uses the variable as part of the name of a function in the autogenerated C source code.

OREAnalytics-SWIG/Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def finalize_options(self):
261261
]
262262

263263
setup(name = "open-source-risk-engine",
264-
version = "1.8.9.2",
264+
version = "1.8.10",
265265
description = "Python bindings for the OREAnalytics library",
266266
long_description = """
267267
OREAnalytics (http://opensourcerisk.org/) is a C++ library for financial quantitative

0 commit comments

Comments
 (0)