diff --git a/CHANGELOG.md b/CHANGELOG.md index 3348a22..8eaa796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.3.1] - 2024-09-22 +### Added +- Minor adjustments + ## [1.3.0] - 2024-09-22 ### Added - Optimal Transport for Model Calibration diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 305680e..64527a9 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -3,12 +3,12 @@ Changelog This page documents the version history and changes made to TorchQuant. -Version 1.3.0 (Current Release) +Version 1.3.1 (Current Release) ------------------------------- - Current stable release of TorchQuant - Modules: core, calibration, risk, and utils -- Compatible with PyTorch 2.4.0 +- Compatible with PyTorch 2.4.0+ For detailed changes in this version, please refer to the release notes. diff --git a/docs/source/conf.py b/docs/source/conf.py index 7df0bdf..d6deced 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ project = 'TorchQuant' copyright = '2024, Jialue Chen' author = 'Jialue Chen' -release = '1.3.0' +release = '1.3.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/meta.yaml b/meta.yaml index 25479f6..9130a0c 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,6 +1,6 @@ package: name:torchquantlib - version:1.3.0 + version:1.3.1 source: path: . diff --git a/setup.py b/setup.py index 212f7b4..a1e3ae9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="torchquantlib", - version="1.3.0", + version="1.3.1", description="High-Performance PyTorch Library for Derivatives Pricing", author="Jialue Chen", author_email="jialuechen@outlook.com",