diff --git a/Python/setup.py b/Python/setup.py index c72b52563..afeb4899c 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -212,7 +212,7 @@ def finalize_options(self): ] setup(name = "QuantLib", - version = "1.30-rc", + version = "1.30", description = "Python bindings for the QuantLib library", long_description = """ QuantLib (https://www.quantlib.org/) is a C++ library for financial quantitative diff --git a/configure.ac b/configure.ac index ff7a1e1e5..02821b5d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([QuantLib-SWIG], [1.30-rc], +AC_INIT([QuantLib-SWIG], [1.30], [quantlib-dev@lists.sourceforge.net], [QuantLib-SWIG]) AC_PREREQ(2.50)