Skip to content

Commit 661335e

Browse files
Merge branch 'increment_version_number' into 'master'
increment version number See merge request qs/oreswig!32
2 parents a76c929 + 29ca6e6 commit 661335e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OREAnalytics-SWIG/Python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def finalize_options(self):
144144
self.include_dirs.append(self.validate_path(os.path.join(ORE_DIR, 'OREAnalytics')))
145145

146146
# ADD LIBRARY DIRECTORIES
147-
147+
148148
target = "Release"
149149

150150
if self.debug:
@@ -268,7 +268,7 @@ def finalize_options(self):
268268
]
269269

270270
setup(name = "open-source-risk-engine",
271-
version = "1.8.9.2",
271+
version = "1.8.10",
272272
description = "Python bindings for the OREAnalytics library",
273273
long_description = """
274274
OREAnalytics (http://opensourcerisk.org/) is a C++ library for financial quantitative

0 commit comments

Comments
 (0)