File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: QuantLib Download Page
44---
55
66<h1 class="center">Download QuantLib</h1>
7- <p>The latest QuantLib release is version 1.36 (October 14th, 2024 ).</p>
7+ <p>The latest QuantLib release is version 1.37 (January 21st, 2025 ).</p>
88<p>Source packages for <b>all platforms</b>
99are available from GitHub in both zip and tar.gz format
1010for <a href="https://github.com/lballabio/QuantLib/releases/latest">QuantLib</a>
@@ -31,7 +31,7 @@ download link above.</p>
3131<h2 class="center">QuantLib in Python</h2>
3232<p>Wheels are available for all common platforms and a few less common ones. To install QuantLib in your (virtual) environment, run:</p>
3333<pre>
34- pip install QuantLib==1.36
34+ pip install QuantLib==1.37
3535</pre>
3636<p>and add</p>
3737<pre>
@@ -46,7 +46,7 @@ not guaranteed to work on all Linux distributions; we'd be grateful
4646for any reports, either of successes or failures. To add QuantLib to
4747your projects, run:</p>
4848<pre>
49- dotnet add package QuantLib --version 1.36 .0
49+ dotnet add package QuantLib --version 1.37 .0
5050</pre>
5151<p>or use any of the other methods listed <a href="https://www.nuget.org/packages/QuantLib/">on the NuGet page</a>, and add</p>
5252<pre>
You can’t perform that action at this time.
0 commit comments