Skip to content

Commit

Permalink
Set version to 1.36-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Oct 7, 2024
1 parent 0e227a1 commit 7328618
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 @@ -202,7 +202,7 @@ def extra_link_args():

setup(
name="QuantLib",
version="1.36-dev",
version="1.36-rc",
description="Python bindings for the QuantLib library",
long_description=long_description,
long_description_content_type="text/x-rst",
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.36-dev],
AC_INIT([QuantLib-SWIG], [1.36-rc],
[quantlib-dev@lists.sourceforge.net],
[QuantLib-SWIG])
AC_PREREQ(2.50)
Expand Down

0 comments on commit 7328618

Please sign in to comment.