Skip to content

Commit

Permalink
Set version to 1.35 final
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jul 19, 2024
1 parent 30bb0e7 commit 33434be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def finalize_options(self):
]

setup(name = "QuantLib",
version = "1.35-rc",
version = "1.35",
description = "Python bindings for the QuantLib library",
long_description = """
QuantLib (https://www.quantlib.org/) is a free/open-source C++ library
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT([QuantLib-SWIG], [1.35-rc],
AC_INIT([QuantLib-SWIG], [1.35],
[[email protected]],
[QuantLib-SWIG])
AC_PREREQ(2.50)
Expand Down

0 comments on commit 33434be

Please sign in to comment.