Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jialuechen committed Oct 10, 2024
1 parent d07dfcb commit 5b80996
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name:torchquantlib
version:1.3.0
version:1.3.1

source:
path: .
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5b80996

Please sign in to comment.